Java Help
Re: Java Help
Also, when it comes to learning stuff. The Javadoc is your best friend.
Re: Java Help
I will read JAVA courses on my next year at university I think :p
At the moment we read LISP...talk about lots of parenthesises
If you haven't seen lisp, it looks like this:
Becomes hell lot of those parentheises after a while 
At the moment we read LISP...talk about lots of parenthesises
If you haven't seen lisp, it looks like this:
Code: Select all
Calculate (2 + 4 * 10)/(20 * 5) in LISP:
(/ (+ 2 (* 4 10)) (* 20 5))
--- Game Database ---
For all your game information needs!
Visit us at: http://www.gamedatabase.eu today!
For all your game information needs!
Visit us at: http://www.gamedatabase.eu today!
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Java Help
haha, yes java is a beast!
Re: Java Help
Thanks falken, very useful link!
Just FYI, the post is above, so stop looking down here and do something useful.
king noob. Nice.
king noob. Nice.
-
countvoldermort
- Posts: 165
- Joined: Tue Oct 13, 2009 4:22 pm
Re: Java Help
Started my javascript tuts a few weeka ago, getting on well with the website im usein 
Im dumb;)
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Java Help
remember java and javascript are two totally different things. I like javascript far better 
-
countvoldermort
- Posts: 165
- Joined: Tue Oct 13, 2009 4:22 pm
Re: Java Help
same javaSCRIPT is better, i can do pop up boxs, i only started the other day
The website i use is rellay good to 
Im dumb;)
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Java Help
alert(); is my favorite debugging tool 
-
countvoldermort
- Posts: 165
- Joined: Tue Oct 13, 2009 4:22 pm