Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 449 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 449 Bytes

30DayChallengeJava

A short project on core java. Book solving of OCJP SE7

Day 1

  • Completed HelloWorld Program :bowtie:. Did Java Setup and Github Setup in Eclipse.

Day 2

  • Completed import static Program. Did Excersie 1_1 👍.

Day 3

  • *Practice With Thread Programming and Created Bank Level Application.

Day 4

  • *Started with Self Study of Chapter 1. Done more about Access Modifier and data types in Java 8.