In Java it is possible to define two or more methods within the same class that share the same name, as long as their parameter declarations are different
A) True
B) False

Submitted by: Administrator
Yes it is True ...

In Java we can have to or more classes with the same name but the parameter list should be Different ... This Concept is called

Method Overloading or Function Overloading

In C++ we have the same Concept too ..
Submitted by: Administrator

Read Online Java Classes Job Interview Questions And Answers