The class "Class" is belongs to which package??
a) java.lang b)java.lang.reflect c)java.util d)None
Answer Posted / syamala
In Java API 'Class' belongs to java.lang, so right answer
is a-java.lang
| Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
What is function declaration?
Can we inherit a class with private constructor?
How to sort list of list in java?
Why do we need hashmap in java?
Explain some best practices you would apply while using collection in java?
How can we make a class singleton?
What is the difference between menuitem and checkboxmenu item?
What's the purpose of using break in each case of switch statement?
Can we create constructor in abstract class ?
When do you call copy constructor?
What is a protected class in java?
What is an abstract class and what is it’s purpose?
Can we call the run() method instead of start()?
How strings are created in java?
What is difference between static class and normal class?