How would overload a function based on return type?


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

Post New Answer

More Core Java Interview Questions

Where can I find jdk in my computer?

0 Answers  


What do you mean by inner class in java?

0 Answers  


What is the disadvantage of synchronization?

0 Answers  


5 What is Java exception handling?

1 Answers  


What is java english?

0 Answers  


What are the five major types of reference sources?

0 Answers  


How to reverse string in java?

0 Answers  


What is difference between Iterator and for loop

9 Answers   HP,


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 there any limitation of using inheritance?

0 Answers  


What is the method overriding?

0 Answers  


what is use of marker interface? give me good example?

2 Answers  


Categories