CS 173 Daily Response
Tuesday January 28, 2003
Points
- Point 1.
- Point 2.
- In order to convert a string to an integer, you must use the code on page 35 of the GT book.
- 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;).
- Better understanding of how to use arrays practically.
- Now know how to do stringtoint via java (eep!)
- 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.
- 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
- question - did it work?
- Is "password" a "special" command word in java?
- How do we make/use those overallobject (made up name) variables that were accidentally mentioned in class?
- Would you go over in class,how to create other folders (ie.CS173) in our directories.
URLs
- http://nothing/
It is not.
- http://www.javaworld.com
All the latest in java, including news, tips, and a discussion forum for beginning java-ers.