Introduction

Java Introduction

Java Introduction Java is a high-level,computer-based programming language that functions to develop computer-based applications.Java was developed by Sun Microsystems in 1995.Java is an object oriented, case sensitive, class based programming language that is portable and platform-independent, meaning that Java code can run on any device with a Java Virtual Machine (JVM) installed. Java is also […]

Java Introduction Read More »

Keywords

Java Keywords Java keywords are the reserved words which have a predefined meaning to the Java compiler. These predefined words cannot be used as a variable or object name or class name and if we use it we will get a compile error. List of Java Keywords : abstract: It is used to declare an

Keywords Read More »

Scroll to Top