J2SE Question: Download J2SE PDF

What is overloading?

Tweet Share WhatsApp

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 PDF Read All 214 J2SE Questions
Previous QuestionNext Question
What is optional packages?What is persistence?