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 |
Can a constructor be made final?
Give us a program to check for parenthesis matching using stack.
What does nextint () do in java?
Is null a string?
Explain restrictions for using anonymous inner classes?
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
Why is java logo a cup of coffee?
Which container method is used to cause a container to be laid out and redisplayed in java programming?
Can we use switch statement with strings?
How would you format a date in java? I.e. In the ddmmyyy format?
What purpose do the keywords final, finally, and finalize fulfill?
Write a program to reverse a number in java?