Can we use goto in java .......pls explain | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can we use goto in java .......pls explain

17th Jul 2018, 11:53 AM
E.naraharireddy
E.naraharireddy - avatar
2 Answers
17th Jul 2018, 11:55 AM
LetterC67
LetterC67 - avatar
0
goto is almost never use. if you shall return to the top of a program, it's better use a doWhile or while structure. goto is used for jump from a part of code to another. it's use normally in very big codes.
17th Jul 2018, 12:16 PM
Yuri Biasi
Yuri Biasi - avatar