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. 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...
  3. phil999

    Create ASP Page in Japanese Language

    Copy your asp file from your editor into Notepad and save it as an asp file from there with UTF-8 encoding. You can then save Japanese characters in Interdev.

Part and Inventory Search

Back
Top