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 wOOdy-Soft 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: *

  • Users: phil999
  • Content: Threads
  • Order by date
  1. phil999

    Blocking Problem

    I have a user input blocking problem. I have a menu where thne user enters commands at the command prompt. The application is always listening for user input with the following line which is blocking: String InputRead.readLine(); However this code is for the client of an RMI Callback server...
  2. phil999

    File Serialization over Sockets - Java novice

    I want to serialize a file (small JPEG, GIF) over sockets and back again. I have found code that serializes an array and passes it across sockets. Can someone edit this code so the customObject being serialized is a file and identify how I save the file to the harddrive. The following code can...

Part and Inventory Search

Back
Top