Page 2 of 2
Re: Java Help
Posted: Thu Sep 03, 2009 9:24 pm
by Noctrine
Also, when it comes to learning stuff. The Javadoc is your best friend.
Re: Java Help
Posted: Thu Sep 03, 2009 9:35 pm
by Falken
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:
Code: Select all
Calculate (2 + 4 * 10)/(20 * 5) in LISP:
(/ (+ 2 (* 4 10)) (* 20 5))
Becomes hell lot of those parentheises after a while

Re: Java Help
Posted: Thu Sep 03, 2009 9:48 pm
by hallsofvallhalla
haha, yes java is a beast!
Re: Java Help
Posted: Fri Sep 04, 2009 12:45 pm
by kyraneth
Thanks falken, very useful link!
Re: Java Help
Posted: Mon Nov 02, 2009 12:54 am
by countvoldermort
Started my javascript tuts a few weeka ago, getting on well with the website im usein

Re: Java Help
Posted: Mon Nov 02, 2009 1:12 am
by hallsofvallhalla
remember java and javascript are two totally different things. I like javascript far better

Re: Java Help
Posted: Mon Nov 02, 2009 1:25 am
by countvoldermort
same javaSCRIPT is better, i can do pop up boxs, i only started the other day

The website i use is rellay good to

Re: Java Help
Posted: Mon Nov 02, 2009 2:34 am
by hallsofvallhalla
alert(); is my favorite debugging tool

Re: Java Help
Posted: Mon Nov 02, 2009 9:47 am
by countvoldermort
i know one!

with the script tags and all that!
