Forum: Java Jan 14th, 2009 |
| Replies: 5 Views: 465 Oh I didn't mean that your post wasn't called for ~s.o.s~, I certainly respect a featured poster such as yourself. I actually skimmed the original post and didn't notice he mentioned JavaScript hehe.... |
Forum: Java Dec 17th, 2008 |
| Replies: 12 Views: 1,098 Aww I can see that you need sleep hehe you'd need a looping structure to read the entire file! I guess I could have given you a better hint!
The basic idea is that you'd read from the file while... |
Forum: Java Jun 6th, 2008 |
| Replies: 3 Views: 1,197 I think I might have made the same mistake. The way Scanner works, is by matching patterns in some stream. When you use nextInt() it will attempt to find an integer value in the input stream. If it... |
Forum: Java Jan 22nd, 2008 |
| Replies: 5 Views: 1,285 Well the first step is to identify that indeed Apache Tomcat is up and running. If you go to localhost:8080 it should display a Tomcat page. If that doesn't work then the Tomcat service is not... |
Forum: Java Jul 30th, 2007 |
| Replies: 24 Views: 3,680 Hey, was just wondering... when you decrement currCD, how do you ensure that it isn't a negative number? Perhaps it is handled internally... but if it isn’t then wouldn’t that be an issue? Yeah was... |
Forum: Java Mar 7th, 2007 |
| Replies: 7 Views: 1,661 It's perfectly acceptable to have an inner class. You'll be able to access all the methods and instance variables of the inner class in your outer class. Now I'm not too sure about the reverse. I... |