What are the restrictions imposed on method overriding?
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
How to perform quicksort in java?
Can you run the product development on all operating systems ?
What is function and method in java?
What are the disadvantages of using inner classes?
What is the use of flag?
Can we call the Thread.sleep in Synchyronozed block?
What is null statement?
What do you mean by garbage collection used in java?
Is it possible to override private or static method in java?
What is the difference between menuitem and checkboxmenu item?
What is the method in java?