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

What is hashing in java?

0 Answers  


what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????

0 Answers   HCL, SAP Labs, Vital Soft,


What is a default method?

0 Answers  


Can you extend singleton class?

0 Answers  


What does it mean to be immutable?

0 Answers  






Can we have return statement in finally clause? What will happen?

0 Answers  


class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....

4 Answers   Quinnox,


What are the drawbacks of reflection?

0 Answers  


Can we execute a program without main() method?

0 Answers  


How do you define a set in java?

0 Answers  


How do you achieve polymorphism in java?

0 Answers  


primitive data types in Java ?

3 Answers  


Categories