What is the newMessage() method?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the newMessage() method?
Rating:
The newMessage() method is a method of the MessageConnection interface. It creates a new message. The general syntax of this method is as follows:
- newMessage(java.lang.String type): The type parameter takes one of the constant values defined in the MessageConnection interface. The values are Binary_Message and Text_Message.
- newMessage(java.lang.String type, java.lang.String address): The type parameter takes one of the constant values defined in the MessageConnection interface. The address parameter takes the destination address for the given message.
Rating:
Was this information helpful?
Other articles
- What is the pauseApp() method?
- What is the DateField class?
- What is the playTone() method?
- What is the enumerateRecords() method?
- What is the createImage() method?