What is DatagramConnection?
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 DatagramConnection?
Rating:
The DatagramConnection interface defined in the Generic Connection Framework extends the Connection interface. It specifies the functionalities that a datagram connection must provide. The parameter string specifying the target of the connection is as follows:
(protocol):[//(host)](port)
A datagram connection can be either a client or a sever. In the server mode the //host is not defined, whereas in the client mode the //host is defined.
Rating:
Was this information helpful?
Other articles
- What is the numRecords() method?
- What is the close() method?
- What is the collidesWith() method?
- What is CLDC?
- What is the GameCanvas class?