>> Just wanted info on the type of socket created by the >> serversocket class. Is it UDP based or TCP based??? > >Java is made to be flexible, so both are possible.
Sorry, you used to be able to accept streams with ServerSocket, but those parts are depricated. So basically it's TCP. If you want UDP you better use DatagramSocket for both server and client. Frans ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html