Skip to content

up1/course-basic-java-5-days

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Course Java 5 days

Notes

Outlines

  • Day 1

    • Introduction to Java
    • Fundamental of Java
      • Variables
      • Data types
      • Operators
      • Conditional
      • Control flow
      • Naming conventions
      • Package
  • Day 2

    • Data structures
      • Array
      • Collection frameworks
        • List, Map, Tree, Set
    • Basic of input and output
      • File system
    • Test-Driven Development (TDD)
    • Testing with Java + JUnit 5
    • Object-Oriented Concepts
    • Class
    • Constructor
    • Inheritance
    • Polymorphism
    • Encapsulation
  • Day 3

    • Object-Oriented Concepts
      • Class
      • Constructor
      • Inheritance
      • Polymorphism
      • Encapsulation
      • Interface
    • Build tools
      • Apache Maven
      • Workshops
        • Create Maven project in IDE
        • Create Spring boot project + Spring Initialize
  • Day 4

    • Error handling in Java
      • Checked and Unchecked exception
      • Workshop with Range
    • Workshop OOP design
    • Java 8 features
      • Stream API
      • Lambda expression
    • Develop REST API with Spring Boot
      • Controller layer
      • Service layer
      • Repository layer
  • Day 5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages