answersLogoWhite

0

Object is like a variable of the class type which references the memory required by the attributes of the class.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Where can one find information regarding java lang objects?

There are many places where one could find information regarding Java lang objects. One could check the official Java website for information from users regarding Java language objects.


What are Java Data Objects used for?

The Java Data Objects AVI is used primarily by application programmers and it helps the programmer by storing the Java Domain into a persistent store or database.


What consists of multiple objects?

For example, in Java you can make an array of objects.


Provide information on java data objects?

Information on Java data objects can be found on several websites that offer Java tutorials. Among these websites are the Oracle website and also Wikipedia.


What three objects are necessary to create a GUI in Java?

A computer, keyboard and Java compiler.


What in java is not serializable?

Objects that do not implement Serializable.


Who is allocated by java memory?

Objects, mainly.


What are the Java Data Objects standards?

Member Variables


Explain how objects are created in Java?

with new operator


Why constructor use in java?

To create objects of classes


Did java oriented language works on object?

Java is an object oriented language, and it works with classes and objects.


Why java is not a complete object oriented language?

Java is not a completely object oriented language, because not all values in Java are Objects. For example, the basic numeric types such as int, long, double, etc., are not objects and need to be "boxed" into objects in order to pass them as Object parameters or call methods on them.