Question 1 Correct Mark 1.00 out of 1.00 Flag question Question text The break statement cannot be present for _____________ construct. Select one: if do while while for Feedback Your answer is correct. The correct answer is: if Question 2 Correct Mark 1.00 out of 1.00 Flag question Question text Using Java we can develop ___________________. Select one: Desktop Application Web Application Both the options None of these options Feedback Your answer is correct. The correct answer is: Both the options Question 3 Correct Mark 1.00 out of 1.00 Flag question Question text The main method in java should ___________. Select one: return int be public static be private static take boolean[] as argument Feedback Your answer is correct. The correct answer is: be public static Question 4 Correct Mark 1.00 out of 1.00 Flag question Question text A continue statement makes the execution jump to ______________. Select one: th...
The Immortal Knowledge