When an overloaded method is invoked, Java uses the type and/or number of arguments as its guide to determine which version of the overloaded method to actually call
A) True
B) False

Submitted by: Administrator
a) true

the type and number of args is together known as the signature of a method
Submitted by: Administrator

Read Online Java Classes Job Interview Questions And Answers