Category

Java

Variables in Java: Primitive Data Types vs Reference or Non-Primitive Types

Variables in Java are used to hold a certain value. They are declared as a variable type and are given a name. Then they are assigned a value which is then stored in a memory location. Primitive Variables There are eight different types of primitive variables in Java. They hold different data types and are allocated a pre-defined spaced in…

Hello World I’m Learning Java Programming

I decided to learn Java Programming since it is really popular and I have a goal of learning how to develop Android applications. I thought I would get started with it. So, the first thing you have to do is install Java SE. It contains both Java Development Kit (JDK) and Java Runtime Environment (JRE). You can download it from…