in this video you will learn what are reserved keywords in Java.
Java reserved words are keywords that are reserved by Java functions or other uses that cannot be used as identifiers (e.g., variable names, function names, class names). If a reserved word was used as a variable, you would get an error or unexpected result.
these are as follow:
abstract
assert
boolean
break
byte
case
catch
char
class
const
default
do
double
else
enum
extends
false
final
finally
float
for
goto
if
implements
import
instanceof
int
interface
long
native
new
null
package
private
protected
this
throw
throws
transient
true
try
void
volatile
while
continue
public
return
short
static
strictfp
super
switch
synchronized