Java Identifiers : Definition : All java components require names. Names used for classes, variables and methods are called identifiers. In java there are several points to remember about identifiers. They are as follows : All identifiers should begin with a letter (A to Z or a to z ), currency character ($) or an... Continue Reading →
What is Java & it’s history ?
Definitions : Java is a programming language created by James Gosling from Sun Microsystems in 1991. The first publicly available version of java is java 1.0 was released in 1995. Java is Purely Object Oriented Programming System(OOPs) Language means each and everything that were written in .java extension file must be object and classes based.... Continue Reading →