In this post, you will learn the different primitive data types in Java programming languages. Primitive data types in Java include the following: boolean, byte, char, double, float, int, long, short The above mentioned data types can be grouped into…
Java
Java free source codes, lessons and tutorials
Java reserved words
In computer programming, reserved words are those words that are already used by the syntax of that programming language; it can’t be used as identifiers (e.g., name of variable, function name, methods and classes). Java has its own reserved words. The…
Introduction to Java Programming
Introduction to Java Programming Before we begin with our lesson proper, let us discuss first a brief overview of Java Programming Language. Java was developed by James Gosling and his team at Sun Microsystems in 1991 and introduced to the…