Java Installation
You have come to the right blog as a new person learning to
program in Java. We will provide you with the latest links and resources that
will give you all the necessary tools without digging deep into the details. We
recommend you first check out Oracle Java tutorials to get started because they
provide a comprehensive guide to help you approach Java. We also recommend using Visual Studio Code
because it can be used across different platforms and systems, but you can also
program it in other languages. The links I recommend are posted below for Oracle
and Visual Studio Code, and we added a bonus that we enjoy using for
troubleshooting.
When learning Java, learning the Object-oriented concepts
and their four major principles is good. Below, I have listed the Concepts and
4 – principles; please reach out with any questions.
Concepts/
Principles
Objects are software bundles that are related to each
other and are used in a real-world environment, as well as objects we see daily.
It helps you understand the behavior of encapsulation data and provides an
understanding of the benefits of designing software in this manner.
Class is a blueprint or prototype of how objects are created.
Inheritance is a powerful and natural way to organize
and structure software.
Interface is the relationship or connection between the class and the outside world.
Package is a namespace that helps organizations of
classes and the interfacing logically.
Principles
1.
Encapsulation is the bundling of data and
methods. It is also known as class. It also helps to protect and control data
access.
2.
Abstraction hides complex details and shows
only the necessary features of an object.
3.
Inheritance allows one class to inherit the
properties and methods of another class.
4. Polymorphism enables objects to be treated as their parent class instead of their own class.
Trail: Learning
the Java Language (The Java™ Tutorials) (oracle.com)
Download
Visual Studio Code - Mac, Linux, Windows
https://youtu.be/BB0gZFpukJU?si=1CahQKTzOE_0DRv0
vscode-java-debug/Troubleshooting.md
at main · microsoft/vscode-java-debug · GitHub
Comments
Post a Comment