Computer Science, asked by kaibalyathatoi, 10 months ago

Name some reserved words of Java which are not Java keywords...​

Answers

Answered by jhansijeyakumar12
6

Answer:

catch

char

class

double

do

else

final

finally

float

implements

import

instanceof

name

Answered by Oreki
8

Reserved words in Java which are not keywords:

  • true
  • false and,
  • null
Similar questions