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 Constructor possible in abstract class in java ?
Do we need to manually write Copy Constructor?
Explain when we should make an instance variable private.
What is a singleton class? Give a practical example of its usage.
Explain reverse a linked list recursive java solution?
What is are packages?
Can we write any code after throw statement?
How to split arraylist elements in java?
Can you declare a private method as static?
What is the protected method modifier?
Which package is used for pattern matching with regular expressions?
What are strings in physics?
What are the different http methods?
How is Object Oriented Programming different from Procedure Oriented Programming?
How we can skip finally block of exception even if some exception occurs in the exception block in java?