CS 173 Daily Response
Tuesday January 28, 2003

Points

  1. Point 1.
  2. Point 2.
  3. In order to convert a string to an integer, you must use the code on page 35 of the GT book.
  4. In order to make an array longer, you have to create a new (longer) array, copy the contents of the first array into the new, and assign the old array the location of the new (i.e., a = b;).
  5. Better understanding of how to use arrays practically.
  6. Now know how to do stringtoint via java (eep!)
  7. I learned that by typing "finger" in the terminal window in a Unix network,it will provide me with the user's name who is logged into that specific workstation or computer.
  8. I also learned what type of information/data that might be collected and stored by a computer program that would identify and give specific users access to the network.

Questions

  1. question - did it work?
  2. Is "password" a "special" command word in java?
  3. How do we make/use those overallobject (made up name) variables that were accidentally mentioned in class?
  4. Would you go over in class,how to create other folders (ie.CS173) in our directories.

URLs

  1. http://nothing/
    It is not.
  2. http://www.javaworld.com
    All the latest in java, including news, tips, and a discussion forum for beginning java-ers.