Archive for May, 2007



Pages (999999): [1] 2 3 » ... Last »

What is the difference between the JDK 1.02 event model and the event-delegation model introduced with JDK 1.1?

View the Answer

What is the relationship between a method’s throws clause and the exceptions that can be thrown during the method’s execution?

View the Answer

How are this () and super () used with constructors?

View the Answer

Under what conditions is an object’s finalize() method invoked by the garbage collector?

View the Answer

What is the difference between a field variable and a local variable?

View the Answer

What class allows you to read objects directly from a stream?

View the Answer

What class of exceptions are generated by the Java run-time system?

View the Answer

What is the difference between a Choice and a List?

View the Answer

What is the return type of a program’s main() method?

View the Answer

What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?

View the Answer

What restrictions are placed on method overloading?

View the Answer

Which non-Unicode letter characters may be used as the first character of an identifier?

View the Answer

How can the Checkbox class be used to create a radio button?

View the Answer

If a method is declared as protected, where may the method be accessed?

View the Answer

Which class is the immediate superclass of the Container class?

View the Answer

Pages (999999): [1] 2 3 » ... Last »