Forum: Java Oct 22nd, 2008 |
| Replies: 2 Views: 581 Hi
I have a LinkedList of class called Room. Now i want display elements that i stored in that class . i also implemented toString() in my Room class which returns string.
The code i tried is... |
Forum: Java Sep 25th, 2008 |
| Replies: 4 Views: 2,237 Yes ..
it has to be simply
FYI :
Scanner is from - java.util.Scanner
A simple text scanner which can parse primitive types and strings using regular expressions. |