What is method overloading and method overriding?


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

Post New Answer

More Core Java Interview Questions

what is the collable collections in java?

2 Answers   Persistent,


Why const and goto are reserved keyword in java?

1 Answers  


What do you mean by scope of variable?

0 Answers  


What are the kinds of polymorphism?

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 is entry in java?

0 Answers  


Relationship between an event-listener interface and an event-adapter class?

1 Answers  


whats is the use of final,in which situation final can be used in the application?

2 Answers   DNS,


What are the important features of Java 8 release?

0 Answers  


What is a native method in java programming?

0 Answers  


What’s the difference between callable and runnable?

0 Answers  


Define a package.

0 Answers  


Categories