What restrictions are placed on method overloading in java programming?


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

Post New Answer

More Core Java Interview Questions

What is a method in java?

0 Answers  


The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }

4 Answers   Ness Technologies, TCS,


How does a cookie work in Servlets?

0 Answers  


Give some features of interface?

0 Answers  


Ducking is automatic in checked exception?True or false

2 Answers  


Are there any tools available in java to create reports?

5 Answers  


How to create two different thread class inside a main function?

1 Answers  


what is meant by package in java?

5 Answers  


Why spring singleton is not thread safe?

0 Answers  


Which is better arraylist or vector?

0 Answers  


What are the uses of final, finally and finalize in java?

2 Answers   Agiline, FINO PayTech, HCL,


what is the use of declaring constructor as private?

5 Answers   Cyient, IVY Technologies, Sai Softech, Virtusa,


Categories