Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 732 Bytes

File metadata and controls

24 lines (18 loc) · 732 Bytes

java-programming-maven

This repository will be used to learn and practice core java

Concepts Covered

  • Java Packages
  • Functions - parameter less and void
  • Control Flow Statements
  • Loops ( While/For)
  • Arrrays
  • OOPS
    • Class and Objects
    • Member declarion
    • Method Overloading ( functions having same name but different input parameters).
    • Access modifiers ( public and private )
    • Data Encapsulation ( getters and setters)
    • Constructor -- used to initialize the class when you do not want developer to have the ability to update the property at a laterpoint of time.)

Examples and Projects

  • Roll a Dice ( while loop and Random number)
  • Student exam assessment - random questions pull up.