Java
Different Java data types explained with Examples
In the Java programming language, there are basically two main types of data types that are primitive and non-primitive data types. Primitive data types again …
Java Variables Examples [Different Variable Types]
The most popular types of Java variables are Instance, Local and Static variables. We learned about the declaration, initialization, and syntax of variables.
Java Multiline Comments [Methods & Examples]
In this tutorial, we learned about Java multiline comments, single line and inline comments. We covered different types of comments that we supported by java …
Install Java on Linux, Windows and MAC [Step-by-Step]
Step by Step instructions to install JAVA on Linux, WIndows and MAC OS with and without GUI. Set proper PATH or HOME variables to use JAVA
