Thursday 29 September 2011

Java Interview Questions Part 7

1. What is the immediate superclass of the Dialog class? Window
2. What is clipping?
Clipping is the process of confining paint operations to a limited area or shape.
3. What is a native method?
A native method is a method that is implemented in a language other than Java.
4. Can a for statement loop indefinitely?
Yes, a for statement can loop indefinitely. For example, consider the following: for(;;) ;
5. What are order of precedence and associativity, and how are they used?
Order of precedence determines the order in which operators are evaluated in expressions. Associatity determines whether an expression is evaluated left-to-right or right-to-left
6. When a thread blocks on I/O, what state does it enter?
A thread enters the waiting state when it blocks on I/O.
7. To what value is a variable of the String type automatically initialized?
The default value of an String type is null.
8. What is the catch or declare rule for method declarations?
If a checked exception may be thrown within the body of a method, the method must either catch the exception or declare it in its throws clause.
9. What is the difference between a MenuItem and a CheckboxMenuItem?
The CheckboxMenuItem class extends the MenuItem class to support a menu item that may be checked or unchecked.
10. What is a task’s priority and how is it used in scheduling?
A task’s priority is an integer value that identifies the relative order in which it should be executed with respect to other tasks. The scheduler attempts to schedule higher priority tasks before lower priority tasks.

0 comments:

Post a Comment

INDIA ENOW

How do u rate my blog?

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More