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 are the string methods in java?
What is singleton class in java and how can we make a class singleton?
What is double in java?
Can I import same package/class twice?
How do you write a scanner class in java?
What is merge sort in java?
What is the difference between keyword and identifier?
Implementations of set interface?
What’s the difference between callable and runnable?
What is meant by tab pans?
What are constants?
Define packages in java?
What is method overriding in java ?
What about instanceof operator in java?
which class is the wait() method defined in? : Java thread