- Q Whats your strongest voluntary muscle?
- Q What kind of authentication does AD use?
- Q Life cycle of the Applet
- Q During which ruler did Bernier visit India?
- Q According to the Guinnes World Records, which Indian temple is the most visited religious building in the world ?
- Q What type of animal is a jennet
- Q What free tool from citrix will allow you to analyze your log files, profile your citrix environment, scan for known issues and attach a log file to a citrix support ticket?
- Q What is Job Tracker role in Hadoop?
- Q A tort that occurs without intent to do harm is ? (A)Rquired to prove burden of proff (B)Consider gross negligence (C)Given Immunity (D)A negligent tort
- Q You will have several patients to take care of?
- Q Explain the concept of persistence layer.
Answers
Address class is also an abstract class so we will use here class javax.mail.internet.InternetAddress.Address address = new InternetAddress("arindam@withoutbook.com");To display a name next to the Email Address use one more argument for name.Address address = new InternetAddress("arindam@withoutbook.com", "Arindam");
After creating address connect with message by two ways:
1: By setFrom()method: message.setFrom(address);1: By setReplyTo()method: When want to send reply to more addresses.Address address[] = ...;Message.setReplyTo(address[]);To identify the recipient, add the recipients by using addRecipient() method….message.addRecipient(type, address);
Address types are of three types:
Message.RecipientType.TO: primary recipient
Message.RecipientType.CC: carbon copy
Message.RecipientType.BCC: blind carbon copy Your Comment
After creating address connect with message by two ways:
1: By setFrom()method: message.setFrom(address);1: By setReplyTo()method: When want to send reply to more addresses.Address address[] = ...;Message.setReplyTo(address[]);To identify the recipient, add the recipients by using addRecipient() method….message.addRecipient(type, address);
Address types are of three types:
Message.RecipientType.TO: primary recipient
Message.RecipientType.CC: carbon copy
Message.RecipientType.BCC: blind carbon copy Your Comment
- 0
- 0
- New Answer
- Contributors: *,
More Software Questions..
What is the inputsplit in map reduce software?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is software configuration management?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What Is Java Api For Xml-based Rpc (jax-rpc)?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
How can you implement fine-grained auditing?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is IBM’s simple explanation for Big Data’s four critical features?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is static synchronized method in JDBC API? Give an example?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What does the NULLIF function do?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What happens if a start method is not invoked and the run method is directly invoked?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Should we override finalize method
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
what is the difference between mysql_fetch_array and mysql_fetch_object?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
How will XML affect my document links?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Why to use Style Sheets?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What are Filters in MVC?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Can you explain Application layer in OSI model?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
How to define new testplan attributes?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Which oracle package is used to manage the oracle lock management services?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is marker interface?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What types of partitioning are there for BW?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,