what are the uses of Class class and what it returns?
explain it with the example code.
Answer / santhosh kv
we can use class "Class" for dynamic class loading.
ie Class.forName("classname");
| Is This Answer Correct ? | 3 Yes | 0 No |
What is a stack class in java ?
0 Answers Akamai Technologies,
What is difference in between java class and bean?
What does the string method compareto () do?
what is meant by abstract class?
what is purpose of writting public static void main(Strind arg[]) in java..?
Does java isempty check for null?
How is string immutable in java?
What happens to the Exception object after handling an exception?
Is array serializable java?
In a class implementing an interface, can we change the value of any variable defined in the interface?
How to set the Heap size in Java ?
23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an <applet> tag?. code,height & width. 26. What does 'CODEBASE' in an applet tag specify?. Files absolute path.