What is the send() 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 send() method?
Rating:
The send() method is a method of the MessageConnection interface. It is used to send a message. The general syntax of this method is as follows:
Here, the msg parameter specifies the message to be sent.
Rating:
Was this information helpful?
Other articles
- What is the setLoopCount() method?
- What is the purpose of implementing MIDletStateChangeException in code?
- What is the DateField class?
- What is the prevFrame() method?
- What is the collidesWith() method?