View Question
View this question.
Add this question to a group or test by clicking the appropriate button below.
add this question to a test add this question to a group
-
Which of the following method declarations overload this method?
public void setSender(String name)- void setSender(String name)
- public void setSender(InternetAddress ia)
- public void setSender(String email)
- public Sender setSender(String name)
- public void setReceiver(String name)
- public void setSender(String name, String email)

