The class "Class" is belongs to which package??
a) java.lang b)java.lang.reflect c)java.util d)None
Answer Posted / pallavi
Class doesnot belong to any package so answer is (d) none....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is empty list java?
How many unicode characters are there?
What is Session reduplication and how its done?
Explain the transient field modifier?
What do you know about the garbage collector in java?
What is the purpose of file class?
Why do we need wrapper classes?
Can a static member function access member variable of an object?
How does arrays sort work in java?
What is the purpose of sizeof operator?
Will the jvm load the package twice at runtime?
Does set allows null in java?
What is the difference between final, finally and finalize() in java?
What are constants?
Convert Binary tree to linked list.