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

33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac

5 Answers  


Is map sorted in java?

0 Answers  


What are the differences between throw and throws?

0 Answers  


What is the major advantage of external iteration over internal iteration?

0 Answers  


write a program to create an vector and listeterator.and value should be enter through keyboard.

1 Answers   Axcend,






For technical interview question please sir send me because tomorrow my interview

1 Answers   FactSet Systems,


Define an applet in java?

0 Answers  


What are listeners in java and explain ?

2 Answers   TCS,


What is the simpletimezone class in java programming?

0 Answers  


What is the range of the char type?

3 Answers  


Java support what type of parameter passing ?

7 Answers   Wipro,


What is string subsequence method?

0 Answers  


Categories