Java

 Programming can seem overwhelming. There are lots of languages out there. 

Here are some of the ones that are considered by IEEE Spectrum's interactive rankings to be some of the top languages to learn. They are Python, C++, Swift, JavaScript, and Java. The list goes on. 

The purpose of this article is to focus on Java. Java is considered a multi-platform language, which means it can be used across many program platforms. It is an Object-Oriented program, and the main concepts are Abstraction, Encapsulation, Polymorphism, and Inheritance. It is considered a secure way to develop applications on the internet. 

There are several open-source applications that can be used for installing the open-source applications used in compiling Java programs. They are NetBeans (http://netbeans.org) and Eclipse (http://www.elicpse.org), just to name a few. I prefer NetBeans. Installation is straightforward and simple. 

Here is the resource I used when downloading NetBeans https://netbeans.apache.org/download/nb110/index.html 

I have included a list of resources I used to understand the Java basics and to write a simple program. https://youtu.be/uWYPVz_i7W4https://beginnersbook.com/2013/05/first-java-program/ https://www.tutorialspoint.com/java/index.htmhttp://www.guru99.com/java-tutorial.html http://www.oracle.com/events/global/en/java-outreach/resources/java-a-beginners-guide

Comments

Popular posts from this blog

About Me

How to apply algorithmic design & data structure techniques in developing structure programs?