How many times is 2 printed?
What is the result?
What is the reference type of myZ and what is the type of the object it references?
Which two packages are automatically imported into the java source file by the java compiler?
What should statement1, statement2, and statement3, be respectively, in order to produce the result?
Which one is valid as a replacement for foo?
What value should replace kk in line x to cause jj = 5 to be output?
Which three are valid types for switch?
Identify two benefits of using ArrayList over array in software development.
Which two are permitted in the method body?