Computer Science
What is meant by statement? Name the different types of statements which are used in Java programming.
Java Conditional Stmts
12 Likes
Answer
Statement are instructions which tell the computer what to do. Statements are composed of valid tokens and keywords of the computer language in which they are coded. The different types of statements used in Java are:
- Declarative Statements
- Assignment Statements
- Input/Output Statements
- Control Statements
- Looping Statements
- Jump Statements
Answered By
10 Likes