⟩ 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 callA) TrueB) False
a) true
the type and number of args is together known as the signature of a method