Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
Which javutil classes and interfaces support event handling?
What is the immediate superclass of the applet class?
Is “abc” a primitive value?
What is the map interface?
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?