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

  • Users: VanDavid
  • Order by date
  1. VanDavid

    Java I/O

    Correct! But if you would like to read elements(String) within a line, you need the StringTokenizer. It can break the line into elements (Strings), check the API for details. Good luck! David
  2. VanDavid

    Java I/O

    Yes, you got it. As what you stated, java works like this: 1, For input: FileInputStream fis = new FileInputStream(f1) or FileInputStream fis = new FileInputStream(¡°C:\\dir\\myfile¡±); Attempts to open the file; may throw a FileNotFoundException DataInputStream dis = new...
  3. VanDavid

    Java vs C++ on performance on Symbian

    IC, but executing Java on Linux/Unix is faster then on MS OS. Why? Thanx :)

Part and Inventory Search

Back
Top