Member-only story

Why you Should Learn Java in 2021

Jesse L
2 min readSep 17, 2021

--

Hi everyone, welcome back. There are multiple reasons why you should learn Java and why it is one of the most popular programming languages. I work at a software engineer during the day and I use Java almost everyday. I wish to share with you why I personally like Java and why you should consider picking it up as your next programming language.

Java Virtual Machine

The Java Virtual Machine or JVM is part of the Java Runtime Environment or JRE, which is required to have installed when running a Java project. The reason why this is on this list is because of the JVM, Java is capable of running on nearly any platform. It can run on any computer or device that has a JRE installed. This allows developers to be more flexible with their work environment. This also allows Java to be compatible with multiple platforms.

Versatile

Java is a multi-purpose programming language. Java can be used to develop all sorts of software including mobile applications, web applications, games, and more. There are many IDEs(Integrated Development Environment) that are also compatible with Java all with their own sets of features. IDEs includes Android Studio, Eclipse, NetBeans, and IntelliJ IDEA. Java can be great for small scale projects and enterprise wide software tools.

--

--

Jesse L
Jesse L

Written by Jesse L

Hi, I'm a passionate technology enthusiast and lifelong learner. Beyond my technical pursuits, I'm also passionate about sharing my enthusiasm with others.

No responses yet