Question Info

This question is public and is used in 18 tests or worksheets.

Type: Multiple-Choice
Category: Java and JSP
Level: Continuing Education
Score: 1
Author: BacMan
Last Modified: 10 years ago

View all questions by BacMan.

Java and JSP Question

View this question.

Add this question to a group or test by clicking the appropriate button below.

Continuing Education Java and JSP

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)