File New Java Project
Project names should be connected with underscores.
Java keywords always start with small letters. You can learn the keywords through oracle docs.com
Identifiers: Example: int no1 no1 is the identifier.
- Always starts with alphabets
- Starts with $ or _
- No space or special characters should be allowed.
Top comments (0)