Computer Science, asked by abhi832, 1 year ago

what is a keyword in java with example

Answers

Answered by vanshikabu
5
I hope this will help you...
Attachments:

Anonymous: vanshika reply inbox
Answered by cyrusbishop
2

Answer:

Keywords are the words that convey a special meaning to the language compiler.

They are the reserved words those are preserved by the system and carry special meaning for the system compiler. During the course of programming, we need to apply keywords to meet certain requirements.

Some examples are class, public, throws and many more.

Similar questions