Java : Types of Statements
Java : Types of Statements
A java method body is a series of one or more statements. In a java programming language, a statement is a basic unit of execution which follows the syntax of the language and includes one or more clauses.
Note: All statements except blocks terminated by a semicolon(;).
Type of Java Statements
Java supports three different types of statements:
Blocks: Blocks are denoted by open and close curly…
View On WordPress













