Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.17 KB

01_intro.md

File metadata and controls

32 lines (18 loc) · 1.17 KB

What is Java (And why learn it?)

Origins

Java is a free programming language and computing platform released by Sun Microsystems and designed by James Gosling in 1995.

James Gosling image from Wikipedea

It is used to build websites, games, artificial intelligence, and more.

It also has many frameworks, including Spring Boot which makes development from scratch significantly easier.

Why learn Java

Java is a good choice for beginners because it is relatively easy to learn compared to similar languages, such as C and C++, and is extremely popular. A search for Java on job sites such as Indeed or LinkedIn yields thousands of results. Java can also be run on Windows, Linux, and iOS.


In the next section we will download the required software needed to run Java on our machine.

References

https://www.java.com/en/download/help/whatis_java.html https://aws.amazon.com/what-is/java/ https://azure.microsoft.com/en-gb/resources/cloud-computing-dictionary/what-is-java-spring-boot


back next