Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在方法重载的情况下,如果在同一个类中使用了两个具有相同变量数、不同数据类型和不同返回类型的方法,在调用方法时,如果我们只传递两个值,那么执行哪个方法如果它没有被执行,我们会得到什么错误?
在决定调用哪个方法时忽略返回类型。仅考虑参数类型。请参阅JLS #8.4.9。