An open API service indexing awesome lists of open source software.

https://github.com/vaibhavmojidra/java---demo-switch-case

Switch statement executes one statement from multiple conditions. It is like if-else-if ladder statement. The switch statement works with byte, short, int, long, enum types, String and some wrapper types like Byte, Short, Int, and Long. Since Java 7, you can use strings in the switch statement.
https://github.com/vaibhavmojidra/java---demo-switch-case

mojidra switch switch-case vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: about 1 year ago
JSON representation

Switch statement executes one statement from multiple conditions. It is like if-else-if ladder statement. The switch statement works with byte, short, int, long, enum types, String and some wrapper types like Byte, Short, Int, and Long. Since Java 7, you can use strings in the switch statement.

Awesome Lists containing this project

README

          

# Java Demo Switch Case

[![Vaibhav Mojidra - outpu1.png](https://raw.githubusercontent.com/VaibhavMojidra/Java---Demo-Switch-Case/master/Output/outpu1.png "Vaibhav Mojidra")](https://vaibhavmojidra.github.io/site/)

[![Vaibhav Mojidra - output2.png](https://raw.githubusercontent.com/VaibhavMojidra/Java---Demo-Switch-Case/master/Output/output2.png "Vaibhav Mojidra")](https://vaibhavmojidra.github.io/site/)

[![Vaibhav Mojidra - output3.png](https://raw.githubusercontent.com/VaibhavMojidra/Java---Demo-Switch-Case/master/Output/output3.png "Vaibhav Mojidra")](https://vaibhavmojidra.github.io/site/)