Search:

Type: Posts; User: tccool

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    2,021

    Working with threads

    My aim was to creat e a program that performs the following:
    o Create two threads
    o One thread asks the user to enter groups of 5 numbers
    o As soon as 5 numbers has been entered, the other thread...
  2. Replies
    13
    Views
    13,015

    [SOLVED] Re: Parsing a text file in java

    Well i have re designed the code with the use of hash maps and String Tokenizer and its working fine now. Thank you all for your help
  3. Replies
    13
    Views
    13,015

    [SOLVED] Re: Parsing a text file in java

    Well Charlie the code that you have quoted is only for opening and reading a Java file that I have also used, now I need to modify it further to parse the file it reads
  4. Replies
    13
    Views
    13,015

    [SOLVED] Parsing a text file in java

    • Create a console application that reads text from a text file taken as a command line parameter and outputs the frequency (count) of the words that occur in the text file
    o For example, the...
Results 1 to 4 of 4