Actually how i learn is just read the codes, and try to understanding it also, comparing codes.
Last edited by Expedia; 04-04-11 at 12:15 AM.
I never 'learned' Java..
I'm studying it tho.
Have to admit... I haven't taught anyone Java because I don't know Java. I know Javascript, and even then I only know MapleStory Javascript... not the entire language.
Lol im still learning JAVA
Before I learned Java, I knew basic VB and HTML.
I was around before ms servers were fully released, so i learned a bit of C++ from TitanMS.
Then Odin's Source was released and that's when I started to learn how java worked. I got pretty familiar with java and was quite good BEFORE i took a CS class.
Blew through Pre-AP Computer Science, AP was kind of difficult, just because of recursion.
So I started learning Java when MS servers went public.
google.
I didn't learn java :S, Tho JS was from shawn correcting some NPC's I made.
^^^ Not trying to toot my own horn, but it's nice to see the time I dedicated to the section is remembered and respected :) Thank you.
I don't want to be rude or anything, but honestly this is one of the most ignorant things I've heard on this forum.
1) If you really want a tutorial, then just buy a book. Most of the people here wouldn't really be able to help you with most of the Java basics.
2) No one on the planet could teach a whole programming language in only ten pages.
W3Schools Online Web Tutorials
Learned some Java there, and Ragezone f527
Also just look at some of your scripts in your sources/repack
and think about how it works.
I learned starting with 'ThePack' rev 76 v62. The way i've learned most of my 'java skills' is through studying actual code that i find in different sources and repacks. An amazing site i have recently discovered (thanks to the coder's paradise section) has also helped me. CodingBat
Give that a try, it basically gives you a problem and asks you to code and solve meeting the requirements in the introduction, its a really great site imo and it has helped me hone in my skills.
This will work until you find out what OOP is and then you're like, "fudge cakes!"
On topic, I learned java in a CS class last year, and took CS class again this year :). First time I saw java was when Odin released their source :O I had my own server and learned how to add my own Commands, basically I could do what anyone with a brain and is literate could do o.o
Actually i learned it my own, just read other's coding. Try to understand them.
It'll be easy if you know other coding languages.
I have learned through experience and basic java guides...
I learnt by searching for examples on google.com