What is java reflection?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

why applet doesn't have main? isn't possible a program with out main?

9 Answers   TCS,


String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects

7 Answers  


What is canonical name in java?

0 Answers  


What is the order of arraylist in java?

0 Answers  


How many methods does cloneable interface contains?

6 Answers  






What is a null point?

0 Answers  


How multipleInheritance is possible in java?

18 Answers   Satyam,


What is an object in Java and what are its benefits?

4 Answers   IBM,


what is use of functional interface in java 8?

0 Answers  


String is mutable or immutable?

3 Answers  


Can a final variable be initialized in constructor?

0 Answers  


There is a Banking application. It has 2 types of account, Savings and Current. Write a method calculateInterest by passing an ArrayList of these account objects and calculate Interest accordingly. Write code for this situation

1 Answers   ABC, KPIT,


Categories