2286 Views
The list of keywords in Java and their use are:-
abstract
boolean
break
byte
case
catch
char
class
continue
default
do
double
else
extends
false
final
finally
float
for
if
implements
import
instanceof
int
interface
long
native
new
null
package
private
protected
public
return
short
static
super
switch
synchronized
this
throw
throws
transient
true
try
void
volatile
while
abstract ...
Anamika Gupta
Sep 16, 2018
2540 Views
Just like every program Java has also a control structure, it is a section of a program that is used to resolve a problem based on a given parameter.
There are three types of control structure :-
Sequence:- Sequence is trivial. Normally in the program the statement are performed one ...
Anamika Gupta
Sep 11, 2018