DEV Community

Gayathri.R
Gayathri.R

Posted on

what are the key words in java

key words can`t be using as identifiers in your program.the key word const and goto are reserved,even thougth they are not currently used.true,false,null these key words are seem like a keywods but they are actualy literals.

example keywords
abstract
arssert
boolean
byte
break
class
catch
case
char
const
continue
default
float
int
import
implements
interface
long
native
new
private
protected
public
static
this
try
throw
throws
void
voltalite
while
abstract
assert
boolean
break
class

Top comments (0)