Java Language
Java is an object-oriented programming language. It has a built-in application programming interface (API) that can handle graphics and user interfaces. It can be used to create applications or applets. The syntax of Java is similar as C and C++. The biggest difference is that you must write object oriented code in Java. You can embed procedural pieces of code only in objects. Another difference is that Java does not have pointers. Java is a general purpose programming language with a number of features that make the language well suited for use on the World Wide Web. Small Java applications are called Java applets. In our java tutorial you will learn the Object Oriented Programming with Java in detail.
What is JAVA
Java is a high-level object-oriented programming language deve...
Java an Object Oriented Language
OOP stands for Object Oriented Programming. OOPs prov...
Java Keywords
Java language has the following keywords.
Data Types
Java variables are assigned a data type in one of four basi...
Java Operators
Operators are used to manipulate primitive data types. I...
Control Structure
Control structure includes the looping control structure...
Arrays
When many items of data of the same class or type have t...
Java Constructors
A java constructor has the same name as the name of the ...
|