Search code examples
javanetwork-programmingdatagram

Datagrams in java


Is possibility in java without using native functions to send datagrams ?


Solution

  • Sure - here's an example.

    And here's the Javadoc for DatagramPacket.