Results 1 to 4 of 4

Thread: Switch in Java

  1. #1
    Join Date
    Jan 2012
    Posts
    12

    Switch in Java

    I'm new to this website so could everyone please forgive me if I'm posting in the wrong section but I really need help. I need to know What is a switch? And can someone please discuss why/when we use switch in Java?

  2. #2
    Join Date
    Jul 2011
    Posts
    2,014

    Re: Switch in Java

    If you are using the Boolean value then you will be only able to choose one of two sections of code fro execution. But this is just for two possibility. With the switch statement, you will be able to select as of many statements and this selection will be done on the basis of the integer (including char) or enum value. Just prefer "Complete Reference of JAVA" and you will get that in detail.

  3. #3
    Join Date
    Jan 2012
    Posts
    12

    Re: Switch in Java

    Thank you so much for your help.

  4. #4
    Join Date
    Nov 2010
    Posts
    86

    Re: Switch in Java

    you can also refer this link to know more about the uses and syntex of this switch statement.
    How to use switch statement in java

    May this link provide you some more guidance about this switch statement in java

Similar Threads

  1. How to use switch statement in java
    By Raju Chacha in forum Software Development
    Replies: 2
    Last Post: 19-01-2012, 06:40 PM
  2. Help!! Java 5, boxing and auto switch.
    By Dewei in forum Software Development
    Replies: 5
    Last Post: 22-09-2010, 10:15 PM
  3. How to switch between Java Virtual Machine
    By Tarank in forum Software Development
    Replies: 3
    Last Post: 18-09-2010, 04:19 PM
  4. Switch construct in java
    By mehdi in forum Software Development
    Replies: 3
    Last Post: 06-08-2009, 06:59 PM
  5. If / else / else if / switch box in Java
    By Samir_1 in forum Guides & Tutorials
    Replies: 2
    Last Post: 11-07-2009, 01:49 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,997,863.29949 seconds with 17 queries