What are the Object and Class that classes used for?

Answers were Sorted based on User's Feedback



What are the Object and Class that classes used for?..

Answer / ashok

Object class is the ultimate super class of all classes in java.It defines maths method which are inherited by all classes in java.

Class class defines the functionality or behaviour for all classes in java that how object of class should behave according to the functionality of that class.

Is This Answer Correct ?    3 Yes 0 No

What are the Object and Class that classes used for?..

Answer / ravikiran(aptech mumbai)

class is the template for members and methods to get declared
and object is the physical reality for a class and is used
to call the members and methods those are declared inside a
class

Is This Answer Correct ?    2 Yes 1 No

What are the Object and Class that classes used for?..

Answer / janet

The Object class is the highest-level class in the Java
class hierarchy.

The Class class is used to represent the classes and
interfaces that are loaded by a Java program.

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Core Java Interview Questions

Explain the use of volatile field modifier?

0 Answers  


Difference between the paint() and repaint() methods?

1 Answers  


How you can create a radio buttion using Checkbox class?

1 Answers  


Difference between a class and an object?

0 Answers  


What is passing value java?

0 Answers  






what is predefined function in java?

0 Answers  


whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net

0 Answers  


List primitive java types?

0 Answers  


Explain super keyword in java.

0 Answers  


What is the byte range?

0 Answers  


An inner class can actually be a subclass of the outer class? a. true b. false

2 Answers  


Why do people says “java is robust”?

0 Answers  


Categories