The class "Class" is belongs to which package??
a) java.lang b)java.lang.reflect c)java.util d)None
Answers were Sorted based on User's Feedback
Answer / syamala
In Java API 'Class' belongs to java.lang, so right answer
is a-java.lang
| Is This Answer Correct ? | 21 Yes | 1 No |
Answer / pallavi
Class doesnot belong to any package so answer is (d) none....
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / malligontla
Class is does not belongs to any package. So Ans is , d.None
| Is This Answer Correct ? | 0 Yes | 14 No |
what is the full form of java
What is entry set in java?
What is the scope or life time of instance variables?
How we create object in copy constructor?
Is java is a fully object object oriented language?
What is type conversion in java?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
adapter class ?
How many statements can be created with one connection in jdbc?
Can an interface be defined inside a class?
Does java initialize arrays to zero?
java program with complete 4 oops concepts implemented example