So the other day when I was looking at the wikipedia page for Java bytecode I came across this example:
Consider the following Java code:
goto
keyword and goto
instruction are not the same. The only common thing is the name. In case of bytecode it is just an instruction of JUMP
(JMP
);goto
is thought to be a bad practice in programming/coding, because of realizing the 'spagetti' code and making worse the readability of code.