Exercise Number: 1
Q1. What are keywords in Java?
Q2. List five Java keywords and their purposes.
Q3. What are identifiers in Java?
Q4. Identify the invalid identifiers and explain why ?
- 1stNumber
- total#sum
- class
Q1. What are keywords in Java?