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 unicode in java?
What is class??
different between exception and error? explaim check and uncheck exception
what is use of threads how many ways to create thread
what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }
What is the functionability stubs and skeletons?
I have one Shopping cart application, i that i have selected some items, while clicking submit button by mistake i have clicked twice or trice, that time items are selected twice or trice. Actually i want only one copy of items but its selected twice or trice. So how can we avoid this problem?
What is difference between path and classpath variables?
What does %4d mean in java?
What do you understand by abstract classes?
How do you use parseint in java?
What are keywords and reserved words in java?