Day 6:
6) Ongoing: Basic Development in Java
- Topic 4: Characteristics of Java language
Created a Java project in IntelliJ with examples to learn some characteristics of the language, such as:
- Classes
- Types: primitives, nonprimitives, wrappers, strong/weak type, static type
- Access modifiers: public, private, protected, default
- Abstract
- Final
- Interfaces
- Enum
Top comments (0)