1.

Which of the following is not jumping statement ​

Answer»

Which of the following is not a valid jump statement? Explanation: BREAK, continue and RETURN TRANSFER control to another PART of the program and returns back to caller after execution. However, goto is marked as not USED in Java.



Discussion

No Comment Found