J2SE Question:
Download Questions PDF

What is overloading?

Answer:

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.

Download J2SE Interview Questions And Answers PDF

Previous QuestionNext Question
What is optional packages?What is persistence?