What is the setAddress() method?
February 22nd, 2008 by uCertify
Leave a reply »
The setAddress() method is a method of the Message interface. The general syntax of this method is as follows:
public void setAddress(java.lang.String address)
Here, the address parameter defines the destination address for the message. The address should use the same URL string as the Connector.open() uses to obtain the MessageConnection instance.
The syntax below creates the instance of the MessageConnection:
MessageConnection conn=MessageConnection Connector.open(”sms://:5432″);
Note: The MessageConnection class defines the basic functionalities for sending and receiving messages.
Click here to get free scmad SCMAD exam practice questions.
Become SUN SCMAD Mobile Application Developer certified.