Computer Science, asked by sagnik50, 1 year ago

what are Java reserved words??

Answers

Answered by kinjal1567
6

Hi there!

this is kinjal

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.

Hope it helps u


kinjal1567: thank u
Similar questions