Wednesday, November 14th, 2007 Posted in Basic programming interview questions, Socket Interview questions | No Comments »
Socket Interview questions Should I use ServerSocket or DatagramSocket in my applications? DatagramSocket allows a server to accept UDP packets, whereas ServerSocket allows an application to accept TCP connections. It depends on ... Read more..