DEVFYI - Developer Resource - FYI

What is overloading

J2SE Interview Questions and Answers


(Continued from previous question...)

165. What is overloading

Using one identifier to refer to multiple items in the same scope. In the Java programming language, you can overload methods but not variables or operators.

(Continued on next question...)

Other Interview Questions