What is the getMIDlet() 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 getMIDlet() method?
Rating:
The getMIDlet() method is a method of the PushRegistry class. It is used to extract the MIDlet for a specified connection. The general syntax of this method is as follows:
Here, the connection parameter indicates generic connection protocol, host, and port number.
Rating:
Was this information helpful?
Other articles
- What is the purpose of implementing MIDletStateChangeException in code?
- What is the listConnections() method?
- What is a Player?
- What is the paint() method?
- What is the setTransform() method?