Productive Morning,
Day 35/100
Language:
JAVA
Time Period Spent:
2 hrs
Course Taken:
Udemy: Java Programming Masterclass - Tim Buchalka
Today's Learning:
- Scope
- Access Modifier
- Static Statement
Final Statement
-
Code Challenges:
- Packages
- Scope
Additional Notes:
After reviewing some projects I want to complete when I do take the dive on developing items on my own is GUI's. After reviewing the course I realised that I have one section left before I start the JavaFX section.
The essence of final statements are to instantiate security on classes. This allows us to lock down classes and entities if we so wish. Final can be used to lock a variable once an instance has been dealt.
Top comments (0)