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 constructor and virtual function? Can we call a virtual function in a constructor?
State two differences between C and Java.
What type of variable is gender?
What are the two basic ways in which classes that can be run as threads may be defined?
What is meant by serialisation and deserialisation?
What are the advantages and disadvantages of reference counting in garbage collection?
What does the append?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
Why java does not support pointers?
Define jit compiler?
Is java an ide?
How do you override a method?