ExamTiger : Simplified Guide for competitive exams and interviews
Aptitude Tests, Mental Ability, Objective MCQ Sets, Questions and Answers, PDF, Shortcut Tips

Java : Programming Concept Questions & Answers



Question : Which statement transfer execution to different parts of your code based on the value of an expression?


A.
If
B.
Switch
C.
Nested-if
D.
if-else-if

Answer / Explanation

Correct Answer is : Option B.


More Questions on Java Programming