Computer Applications

What are keywords ? Give an example.

Values & Data Types Java

ICSE 2016

22 Likes

Answer

Keywords are reserved words that have a special meaning to the Java compiler. Example: class, public, int, etc.

Answered By

14 Likes


Related Questions