What are the Object and Class that classes used for?
Answer Posted / 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 View All Answers
What is java util list?
make a method which any number and any type of argument and print sum of that arguments.....
Explain access modifiers in java.
What are the 7 types of characters?
Which package has light weight components in java programming?
What is object-oriented paradigm?
Are there structures in java?
What are thread local variables?
Is java a super set of javascript?
What is port number in java?
Explain what is Marker interface?
Explain importance of inheritance in java?
Can we have more than one package statement in the source file?
Is logger a singleton?
What are the differences between abstract class and interface?