1.

If it is required to provide user ID and Password to the email server for authentication purpose then you can set properties:

A. props.setProperty( mail.user , myuser )
B. props.setProperty( mail.password , mypwd )
C. all of the mentioned
D. none of the mentioned
Answer» D. none of the mentioned


Discussion

No Comment Found