|
Related Questions |
View Answer |
|
Which Math method is used to calculate the absolute value of a number?
|
View Answer
|
|
How does multithreading take place on a computer with a single CPU?
|
View Answer
|
|
When does the compiler supply a default constructor for a class?
|
View Answer
|
|
When is the finally clause of a try-catch-finally statement executed?
|
View Answer
|
|
Which class is the immediate superclass of the Container class?
|
View Answer
|
|
If a method is declared as protected, where may the method be accessed?
|
View Answer
|
|
How can the Checkbox class be used to create a radio button?
|
View Answer
|
|
Which non-Unicode letter characters may be used as the first characterof an identifier?
|
View Answer
|
|
What restrictions are placed on method overloading?
|
View Answer
|
|
What happens when you invoke a thread's interrupt method while it is sleeping or waiting?
|
View Answer
|
|
What is casting?
|
View Answer
|
|
What is the return type of a program's main() method?
|
View Answer
|
|
Name four Container classes.Window, Frame, Dialog, FileDialog, Panel, Applet, or ScrollPane?
|
View Answer
|
|
What is the difference between a Choice and a List?
|
View Answer
|
|
What class of exceptions are generated by the Java run-time system?
|
View Answer
|
|
What class allows you to read objects directly from a stream?
|
View Answer
|
|
What is the difference between a field variable and a local variable?
|
View Answer
|
|
Under what conditions is an object's finalize() method invoked by the garbage collector?
|
View Answer
|
|
What is the relationship between a method's throws clause and the exceptions that can be thrown during the method's execution?
|
View Answer
|
|
What is the difference between the JDK 1.02 event model and the event-delegation model introduced with JDK 1.1?
|
View Answer
|