The class "Class" is belongs to which package??
a) java.lang b)java.lang.reflect c)java.util d)None
Answer Posted / malligontla
Class is does not belongs to any package. So Ans is , d.None
| Is This Answer Correct ? | 0 Yes | 14 No |
Post New Answer View All Answers
what is the difference between a threads start() and run() methods? : Java thread
What must a class do to implement an interface in java programming?
What is the tradeoff between using an unordered array versus an ordered array?
What is the major drawback of internal iteration over external iteration?
Why is a singleton bad?
Is singleton a bad practice?
Explain different states of a thread in java?
What is the purpose of an interface?
What is the difference between break and continue statements?
What is the default size of load factor in hashing based collection?
how its run?
define polymorphism in java
What does += mean in java?
Can we have multiple public classes in a java source file?
Describe what a thread-local variable is in java?