Which of the following is not a normal way of statement execution in java?
Sequential
Selection
Iteration
Condition
What will be executed if none of the expressions of an if-else ladder gets true?
No result
final else will be executed
Code will exit
Error
Which statement is used to skip rest of loop and jumps over to the statement following the loop?
return
break
continue
goto
Which of the following is not a relational operator?
>
>=
=
!=