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 DatagramConnection?
- What is the RecordListener interface?
- What is the append() method?
- What is the SecurityInfo interface?
- What is Ticker?