What state does a thread enter when it terminates its processing?
What is the difference between the string and stringbuffer classes?
Which textcomponent method is used to set a textcomponent to the read-only state?
What restrictions are placed on the values of each case of a switch statement?
Difference between swing and awt?
Why do threads block on i/o?
What event results from the clicking of a button?
What modifiers may be used with an inner class that is a member of an outer class?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
For which statements does it make sense to use a label?
What is the relationship between the canvas class and the graphics class?
What happens when a thread cannot acquire a lock on an object?
Is the ternary operator written x : y ? Z or x ? Y : z ?
What is the difference between a menuitem and a checkboxmenuitem?