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?
Difference between hashmap and hashtable?
What if the static modifier is removed from the signature of the main method?
Name the eight primitive java types.
What modifiers may be used with an interface declaration?
What is the purpose of the wait(), notify(), and notifyall() methods?
Do I need to import javlang package any time? Why ?
To what value is a variable of the string type automatically initialized?
Which containers use a border layout as their default layout?
Is a class a subclass of itself?
Name three subclasses of the component class?