0% found this document useful (0 votes)
0 views1 page

15 Day Java Developer Roadmap (1)

The document outlines a 15-day training schedule focused on Java programming. Key topics include Java basics, object-oriented programming, exception handling, Java collections, file handling, JDBC, servlets, and Spring Boot. The final project involves building a REST API with user database management.

Uploaded by

Deepak Dhakate
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
0 views1 page

15 Day Java Developer Roadmap (1)

The document outlines a 15-day training schedule focused on Java programming. Key topics include Java basics, object-oriented programming, exception handling, Java collections, file handling, JDBC, servlets, and Spring Boot. The final project involves building a REST API with user database management.

Uploaded by

Deepak Dhakate
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 1

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

You might also like