This repository will be used to learn and practice core java
- 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.)
- Roll a Dice ( while loop and Random number)
- Student exam assessment - random questions pull up.