InterviewSolution
Saved Bookmarks
| 1. |
Can We Use Goto In Java To Go To A Particular Line? |
|
Answer» In JAVA, there is not GOTO keyword and java doesn’t SUPPORT this feature of going to a PARTICULAR labeled line.
In Java, there is not goto keyword and java doesn’t support this feature of going to a particular labeled line.
|
|