Search:

Type: Posts; User: eloel33

Search: Search took 0.20 seconds.

  1. Re: Creating an object with a String from file IO

    thanks Norm.

    It was indeed a problem with the Strings being compared and not with my input streams.
  2. Creating an object with a String from file IO

    Hi folks,

    I have a chemicals class with various instance variables such as chemical name, boiling point, freeze point etc.

    I have created a stream input file with a .csv extension where I want...
  3. Switch statement using a String with Java 1.7

    Hi,

    switch(name) //Where name is a String
    {
    Code block
    }

    I am trying to use a String switch statement like the one just above. I am getting the following error:

    Error: Cannot switch on a...
Results 1 to 3 of 3