Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
Can I borrow your eyes for debuging (Vector inside Vector)?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Jeff Schwab, post: 628520"] I thought about it, but you post on a lot of threads, and seem to help people frequently. I think if I plonked you, I would be missing a significant part of the dialogue here. If you're really irked by "eccentric" posts that don't include for-loops, you're probably better off ignoring me entirely. :) Here's one for the road: import java.io.PrintWriter; public class For { public static void main(String[] args) { PrintWriter out = new PrintWriter(System.out); for(;;) { out.println("Goodbye, cruel world!"); } } } [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
Can I borrow your eyes for debuging (Vector inside Vector)?
Top