answersLogoWhite

0


Best Answer

The if and switch statements are commonly referred to as decision statements. When we use decision statements in our program, we're asking the program to evaluate a given expression to determine which course of action to take. It decides the control flow of the program.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

If you're talking about statements, most statements are about either initializing a variable, doing some operation in or on a variable, or a flow statement such as if or while.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Explain all the control statements in java?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Different controls structures in java?

posted by Suhit s Kalubarme Software Developer Solapur 9260069199 Controls are components that allow the user to interact with your application in various ways e.g. a commonly use the control is command button. Various controls: 1. Label 2. Button 3. Check Box 4. Choice Box 5. TextArea 6. TextField


Explain the statement there is more to java than the language?

All programming languages are abstract things - collections of rules which dictate how symbols may form words, how words may form statements, and how statements may form programs. Programming languages need "other stuff" in order to actually be useful. For most languages this will include either a compiler or an interpreter which can turn source code into executable programs. Java's "other stuff" includes a compiler, which turns Java source code into Java byte code, and the Java Virtual Machine (JVM), which allows Java byte code to execute on your computer.


Control statements in java?

A programming language uses control statements to cause the flow of execution to advance and branch based on changes to the state of a program. control statements are mainly three types in java. they are selection, iteration, and jump.


What is flow control statement used in C programming?

Flow control statements are those statements that cause execution to branch or jump to a new section of code, often upon evaluation of some conditional expression (a decision statement such as an if or switch statement). The break, continue, goto and return statements are all flow-control statements. Function calls are not considered to be flow control statements since functions can be inline expanded (by the compiler) and would therefore follow the normal flow of execution.


How do you switch off Java updates for Vista?

First, open up the Control Panel: Start -> Control Panel If you're using the default view for Control Panel, click on "Programs." Now click on "Java" (If you use the classic view option, this will show up right away and you can double click it.) When the Java Control Panel pops up, click on the Update tab, and uncheck the "Check for Updates Automatically" box. There may be a warning message that pops up; click on the Never Check button to turn off updates. Now click on the OK button and close the Control Panel window and you're all set.

Related questions

Different controls structures in java?

posted by Suhit s Kalubarme Software Developer Solapur 9260069199 Controls are components that allow the user to interact with your application in various ways e.g. a commonly use the control is command button. Various controls: 1. Label 2. Button 3. Check Box 4. Choice Box 5. TextArea 6. TextField


Explain the statement there is more to java than the language?

All programming languages are abstract things - collections of rules which dictate how symbols may form words, how words may form statements, and how statements may form programs. Programming languages need "other stuff" in order to actually be useful. For most languages this will include either a compiler or an interpreter which can turn source code into executable programs. Java's "other stuff" includes a compiler, which turns Java source code into Java byte code, and the Java Virtual Machine (JVM), which allows Java byte code to execute on your computer.


Explain numerical statements of facts that are not statistics?

all statistics are numerical statement but all numerical statement s of are not statistics explain


Control statements in java?

A programming language uses control statements to cause the flow of execution to advance and branch based on changes to the state of a program. control statements are mainly three types in java. they are selection, iteration, and jump.


What the use of java servlet?

Servlets serve as the central point of control of a J2EE application. It contains all the processing and control logic of the application.


What is Control structures in java?

Control structures in java are nothing but like how u structure your program based on conditions like if-else using switch-case using for loops all together conditions applying things are called control structures


What is flow control statement used in C programming?

Flow control statements are those statements that cause execution to branch or jump to a new section of code, often upon evaluation of some conditional expression (a decision statement such as an if or switch statement). The break, continue, goto and return statements are all flow-control statements. Function calls are not considered to be flow control statements since functions can be inline expanded (by the compiler) and would therefore follow the normal flow of execution.


What is awt in java explain its features?

awt contains all the graphical features of java, including many different elements to create an acceptable and usable GUI for applications easily. such as buttons, sliders and text areas.


Can you treat all control flow statement as a function which is called by main function?

No,you can't. Statements and functions are totally different. Control flow statements are used to control the flow of application depending on some sort of Boolean condition and functions are used to do some sort of functionality (work)which your application needs.


What is data manipulation language in rdbms?

Data Manipulation Language (DML) statements are used for managing data within schema objects. Some examples:SELECT - retrieve data from the a databaseINSERT - insert data into a tableUPDATE - updates existing data within a tableDELETE - deletes all records from a table, the space for the records remainMERGE - UPSERT operation (insert or update)CALL - call a PL/SQL or Java subprogramEXPLAIN PLAN - explain access path to dataLOCK TABLE - control concurrency


Where do i get the newest Java?

go to sun.com It is Java's official website and they will have all versions of java for download


Could you please differentiate Java and all other languages?

Java is java and rest are rest :P