Installing and Learning Java Object Oriented Programming
What is Java Programming
Java is a high-level, object-oriented, and general purpose programming language developed by Sun Microsystems. The main focus of Java was to be a platform that is independence. Java program can run on any device or platform that has a Java Virtual Machine(JVM) installed.
Java is used in a wide range of applications, including web application, mobile applications, enterprise applications and so much more.
Key Features and Design Principles:
- Write Once, Run Anywhere
- Object-Oriented
- Platform Independence
- Security
- Rich Standard Library
- Automatic Memory Management
- Multithreading
Helpful Informational Links to Install and Learn Java:
- Installation and Directions
- https://www.java.com/en/download/help/download_options.html
- https://docs.oracle.com/en/java/javase/21/install/overview-jdk-installation.html
- Learning Java
- https://www.freecodecamp.org/news/learn-java-free-java-courses-for-beginners/#java-tutorial-for-beginners
- https://www.udemy.com/course/java-tutorial/


Comments
Post a Comment