Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 2.9 KB

README.md

File metadata and controls

45 lines (36 loc) · 2.9 KB

JAVA ESSENTIALS

Aclaration: I'm a begginer in programming world, also, I'm actually learning English. If I wrong, I'll glad that You correct the mistakes 😅 😁

In this repository, you will find some examples of Java essentials. You are free to use the examples for learning and experiment.

Ok, let's start. ☺️

Java is a programming language developed by Oracle(Sun Microsystems). Some features of Java:

  • General purpose
  • Multiparadigm (Imperative, OOP, functional ...)
  • Hybrid Compiled: Java compiled a file called Bytecode, this file runs in a VM (JVM)
  • Multiplatform (Windows, Mac, IoS, Linux, Android...)
  • It was one of the most famous programming Languages 😎

Lastest release: JDK 19 Lastest Long-Term Support realese: JDK 17

Download and Install JDK

MENÚ