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 are internal and external variables?
What are invisible components?.
What are the common problems you have faced while implementing Java?
What is adapter in java?
How do you input a string in java?
Given: 1. package test; 2. 3. class Target { 4. public String name = “hello”; 5. } What can directly access and change the value of the variable name? 1 any class 2 only the Target class 3 any class in the test package 4 any class that extends Target
How do listeners work?
What are batch updates. in jdbc
why ,we are using jsp and html.which one is better?
What is singleton math?
What are peerless components?
Difference between Encapsulation and Abstraction