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 SkipVought 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. hildegarbage

    getOutputStream() before getInputStream()

    I have a simple Client-server program and I couldnt get the communication to work until I found that I had tried to create the inputstream before the outputstream. Why does this not work? ObjectInputStream in = new ObjectInputStream( serverSocket.getInputStream()); ObjectOutputStream out = new...

Part and Inventory Search

Back
Top