Question: 1. Declaring main as static allows the JVM to invoke main ____________. a. without knowing the name of the class in which main is declared
1. Declaring main as static allows the JVM to invoke main ____________.
a. without knowing the name of the class in which main is declared
b. by creating an object of the class in which main is declared
c. without creating an instance of the class in which main is declared
d. None of the above.
2. What statement in Java allows you to immediately exit a for, while, or do while loop?
a. goto
b. continue
c. jmp
d. break
3. What statement in Java allows you to continue execution at the beginning of a loop from any line contained with the loop body?
a. break
b. continue
c. return
d. jmp
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
