Well in an attempt to both actually get a topic going in this forum, and hopefully improve my own knowledge of java (which ive only been doing a little while now).
I invite you or any one else to ask any java questions they may have. I will do my best to try and answer or help out anyone asking questions in this thread that are java related.
Just as a few inital tips.
If your new to java the blueJ environment is great for getting down Object Oriented concepts, and getting you started writing java code.
If you've done another language, php or even javascript included, learning it will be easy as hell since most the concepts cross over, and its only a few words and syntax that changes.
System.out.println("text here");
prints a line to the terminal, its good for just getting a few outputs from the code your writing, aka you can actually tell if your doing anything.
// like in php, this will comment stuff out![]()








Reply With Quote

where!




