What is output of the following Java program?

I want output of this program:
Code
  1. span style="color: #006699;">javax.mail.*javax.mail.internet.*java.util.*"mail.hosst", "mail.Pmc Tech.org"","Bill Gates");""webadmin@Pmc Tech.org");

  2.                         msg.setContent("Wish U Happy New Year 2012", "text/plain");

  3.                         msg.setFrom(billgates);

  4.                         msg.setRecipient(Message.RecipientType.TO,bhuvangates);

  5.                         msg.setSubject("Greetings"
Copyright GeekInterview.com

Showing Answers 1 - 1 of 1 Answers

bholanath das

  • Dec 19th, 2011
 

error at line 14 ");"+

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions