What do you understand by the term Keyword?
34 Likes
Keywords are reserved words that have a special meaning for the Java compiler. Java compiler reserves these words for its own use so Keywords cannot be used as identifiers. For example, void, public, class, int, etc.
Answered By
19 Likes
What do you understand by the term Polymorphism?
What are operators? Why do we need them?
What are variables? How are they different from Constants?
Write a program to print, "Welcome to the World of Computers".