Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. iamgoodatthis

    DatagramSocket.receive() error

    Hello. I'm getting an unexpected NullPointerException when using the receive method from DatagramSocket. Here is my code: DatagramPacket waiting = null; try { DatagramSocket socketReceive = new DatagramSocket(100); socketReceive.receive(waiting); } catch(IOException e) { } The exact error is...

Part and Inventory Search

Back
Top