|
Related Questions |
View Answer |
|
What method is used to specify a container's layout?
|
View Answer
|
|
Which containers use a FlowLayout as their default layout?
|
View Answer
|
|
What state does a thread enter when it terminates its processing?
|
View Answer
|
|
What is the Collections API?
|
View Answer
|
|
Which characters may be used as the second character of an identifier, but notas the first character of an identifier?
|
View Answer
|
|
What is the List interface?
|
View Answer
|
|
How does Java handle integer overflows and underflows?
|
View Answer
|
|
What is the Vector class?
|
View Answer
|
|
What modifiers may be used with an inner class that is a member of an outerclass?
|
View Answer
|
|
What is an Iterator interface?
|
View Answer
|
|
What is the difference between the >> and >>> operators?
|
View Answer
|
|
Which method of the Component class is used to set the position and size of a component?
|
View Answer
|
|
How many bits are used to represent Unicode, ASCII, UTF-16, and UTF-8characters?
|
View Answer
|
|
What is the difference between yielding and sleeping?
|
View Answer
|
|
Which java.util classes and interfaces support event handling?
|
View Answer
|
|
Is sizeof a keyword?
|
View Answer
|
|
What are wrapped classes?
|
View Answer
|
|
Does garbage collection guarantee that a program will not run out of memory?
|
View Answer
|
|
What restrictions are placed on the location of a package statement within asource code file?
|
View Answer
|
|
Can an object's finalize() method be invoked while it is reachable?
|
View Answer
|