Search Interview Questions | Click here and help us by providing the answer. Click Correct / Improve and please let us know. |
|
|||
|
| ||||
| Core Java - Interview Questions and Answers for 'If vs switch' - 1 question(s) found - Order By Newest | ||||
| ||||
| Ans. if statement is used to do 2 direction branching whereas switch is used to do multi direction branching in Java. Yes we can replace all switch statements with nested if statements. | ||||