- src/com/jspiders: Main Java source folder.
- ecom/dto: Data Transfer Object (DTO) classes for e-commerce module.
- encapsulation: Examples and exercises on encapsulation in Java.
- java8: Java 8 specific examples, features, and lambda expressions.
- packages: Demonstrations of Java package usage.
- pattern: Java design pattern examples.
- section3: Additional Java topics structured by subfolders:
collection
&collections
: Collection framework examples.datastructure
: Data structure implementations and exercises.exceptionclasses
: Custom and standard exception handling examples.object
: Object class and related examples.string
: String manipulation and operations.wrapperclass
: Java wrapper class examples.
- .gitignore: Git ignore configuration.
- M80.iml: IntelliJ IDEA module file.
- Clone the repository:
git clone https://github.com/x9code/JavaCodes2.git