What is class and object in Java ? What is class and object in Java ?

What is class and object?    A class is a template from which objects are created . That is objects are instance of a class.   W...

Read more »

Garbage Collection in Java Garbage Collection in Java

Garbage Collection    Objects are dynamically allocated by using the new operator.   In some languages, such as C++, dynamically...

Read more »

What is JVM ? What is JVM ?

Each of the preceding buzzwords is explained in  The Java Language Environment  , a white paper written by James Gosling and Henry McGi...

Read more »

What is Java ? and Features of JAVA What is Java ? and Features of JAVA

Java features What is Java? u Java is a programming language that: n   Is exclusively object oriented n   Has full GUI suppor...

Read more »
 
Top