Day Focus AreaKey Topics Tasks
Day 1 Java BasicsData types,WAPs for calculator, odd/even, swapping
Day 2 Loops & Ar`for`, `whil WAPs for sum of array, largest/smallest
Day 3 OOP ConceClasses, obBank Account class, Student class
Day 4 OOP contdInheritanc Shape class example, override methods
Day 5 OOP + InteAbstractionInterface-based real-life examples
Day 6 Exception `try-catch` Build a basic login system with error handling
Day 7 Java Collec`ArrayList` Simple library management using collections
Day 8 Java Strin String maniCreate a resume parser-like mini app
Day 9 File Handli `FileReaderRead/write student data from a file
Day 10 Java 8+ Fe Lambdas, SUse stream API to filter/sort data
Day 11 JDBC & MyDB connectConnect to MySQL, store and fetch employee data
Day 12 Servlets & Basics of J Set up Tomcat, build hello servlet
Day 13 Spring BootSetup, RESTCreate simple REST API: GET/POST products
Day 14 Spring BooConnect SpFull CRUD operations for user management
Day 15 Project + GBuild + hosFinal mini-project: REST API with user DB