a missprint! the java application launcher the java applet launcher a documentation creation tool the java compiler
to enclose comments to form a compound statement to enclose an array index to enclose a parameter list to denote a constructor
//this is a comment /*this is a comment*/ /**this is a comment*/ all of the above none of the above
are entirely in lower case are entirely in upper case have initial letter of all words including first capitalised have initial letter of all words excluding first capitalised contain square brackets "[]"
&= & && &&= @=
== += >= <= !=
|| | && & ^
declares, instantiates, and initialises an array doesn't declare doesn't instantiate doesn't initialise is syntatically incorrect
is syntatically incorrect has an element nums[8] has an element new[8] has an element int[8] none of the above
top