Class 1 (OOP-1): held on April 22, 2021
Class 2 (OOP-2): held on April 25, 2021
Class 3 (JavaFX-1): held on April 27, 2021
Class 4 (OOP-3): held on April 30, 2021
Class 5 (Softablitz-1): held on November 2, 2021
Class 6 (Softablitz-2): held on November 24, 2021
- Connecting Java project with MySQL database
- Books
- Head First Java (by Kathy Sierra, Bert Bates)
- Java: The Complete Reference (by Herbert Schildt)
- Previous year lectures: find here
- Java 8 installation instructions: click here
- Java 8 documentation: Java™ Platform, Standard Edition 8 API Specification
- Standard algorithms implementation in Java by Princeton University
- For Competitive Programming using Java, you can find some algorithms implementation here and here.
- For clearing your doubts on need of Abstract Classes and Interfaces read this thoroughly.