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 difference between adapter class and listener?
What is lambda in java?
Explain java coding standards for variables ?
What is class forname used for?
What is boolean flag in java?
How do you use compareto in java?
Does constructor return any value?
What is member in java?
Explain Basics of OOP Language in java
What is use of functional interface in java 8? Explain
What does java final mean?
Write a program to print fibonacci series up to count 10.
How will you initialize an Applet?
What do you know about the garbage collector?
What are static blocks in java ?