answersLogoWhite

0

What is case in java?

User Avatar

Anonymous

12y ago
Updated: 8/20/2019

Case is used to label each branch in the switch statement in Java Program

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What you use in case of pointer in java?

Java does not have pointers


What is the case for Java keywords?

uppercase


What is java's purpose on my PC?

Programs that are specifically designed with Java require a Java runtime to work on a computer. (In the case of Java, the runtime is called "Java Virtual Machine".) If you have any such program, you need to have Java.


Does Java keywords are written in lowercase as well as uppercase?

it depends mostly it is written in lower case but few start with an uppercase as Java is case sensitive


What are the release dates for The Case of the Dangerous Robin - 1960 Java - 1.33?

The Case of the Dangerous Robin - 1960 Java - 1.33 was released on: USA: 29 May 1961


What command executes the Java class file Welcomeclass?

I assume you meant Welcome.class, in which case, it would be: java Welcome


Discount program using java switch case?

This is not a question.


Any blogs for java?

You can search any blogs directory (e.g. technorati) for blogs in a certain area, in this case about Java.


What are the release dates for The Case of the Dangerous Robin - 1960 Java 1-33?

The Case of the Dangerous Robin - 1960 Java 1-33 was released on: USA: 29 May 1961


What is the use of switch statement in java?

In java, a switch statement is used to simplify a long list of 'if' statements. A switch statement takes the form of:switch (variableName){case condition1; command1;case condition2; command2;...}


Why to know that java is case sensitive?

java is a case sensitive language! as in some place it is very imp to know bcoz it will show error! For example : if u will write system.out it will show error! u hv to write System.out.


What is the purpose of integer Java?

Within Java, an integer is an Object, which is converse to the "int", which is a primitive. In reality, this means that for an integer, a method can be called upon it, whereas with a primitive, this is not the case.