Question Info

This question is public and is used in 6 tests.

Type: Multiple-Choice
Category: Java and JSP
Grade: Continuing Education
Score: 1
Author: BacMan orange star
Last Modified: 2 weeks ago

View all questions by BacMan.

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

1 vote
  • Which of the following method declarations overload this method?

    public void setSender(String name)
    1. void setSender(String name)
    2. public void setSender(InternetAddress ia)
    3. public void setSender(String email)
    4. public Sender setSender(String name)
    5. public void setReceiver(String name)
    6. public void setSender(String name, String email)