What is java reflection?
No Answer is Posted For this Question
Be the First to Post Answer
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
Is map sorted in java?
What are the differences between throw and throws?
What is the major advantage of external iteration over internal iteration?
write a program to create an vector and listeterator.and value should be enter through keyboard.
For technical interview question please sir send me because tomorrow my interview
Define an applet in java?
What are listeners in java and explain ?
What is the simpletimezone class in java programming?
What is the range of the char type?
Java support what type of parameter passing ?
What is string subsequence method?