To obtain design information about an object, which class
in used?
Answer Posted / ranganathkini
java.lang.Class and classes in the java.lang.reflect package
are used in type reflection.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a function for palindrome and factorial and explain?
What is the synonym of procedure?
Explain differences between collection api and stream api?
Whats the difference between notify() and notifyall()?
What is a numeric format?
What is flush buffer?
Can java hashmap have duplicate keys?
Write a function to print Fibonacci series and Tribonacci series?
What is a pattern what is an anti pattern?
Explain the difference between hashmap and hashtable in java?
How variables are stored in memory?
Can we change the scope of the overridden method in the subclass?
Can we have multiple public classes in a java source file?
Explain restrictions on using enum?
What is meant by inheritance and what are its advantages?