I learn java by fooling around with sources and stuff
Posted via Mobile Device
Printable View
I learn java by fooling around with sources and stuff
Posted via Mobile Device
I was forced to take an AP Java Programming class o-o
;W; Hey, at least it isn't going to waste ;D My teacher never checkout Java books, and let's just say I borrowed one, forgot to give it back, and she failed to notice.
Try and read some codes. Its magic.Code:import animals.Cow;
import entities.*;
public class Moo{
public static void main(String [] args){
Cow[] yourCows = new Cow[2];
for(int i = 0; i < 2; i++)
yourCows[i] = new Cow();
EntityObject You = EntityObject.getFactory().generateSecondPerson();
System.out.println(You.getRefer().toString()+" have " + yourCows.length + " cows.");
}
}
Or Java for the Beginner - The BEST Resources for Learning Java
Idk.
Sadly, none of these imports are from Java API, can't really tell what it does, just guest.
I think for me to learn java, I would require a teacher. I don't think I could learn something like this just all 100% from a book. Or multiple books. =/
I'm trying my best right now to create a tutorial that teaches you most of the stuff you need to know to properly fit into this community without expecting flames.
I've been working on it for several days and I have to admit that it's true what Zygon said about it not being possible to stick a whole programming language in a few pages.
To be released soon.
Thought I would brag about it for a bit because i'm such an attentionwhore... apparantly.
Thanks for taking the time to make a tutorial Deagan. I can't wait. :D
I learned java right here on RaGEZONE:
http://forum.ragezone.com/f428/tut-b...-based-772428/
P.S. not really but it should be possible from now on :)
Sorry for brag and advertisement for thread; I just believe it is neccessary to keep development somewhat alive.
I just used the Tutorials section of Java based ( Odin ) and looked at most of the topics and tryed to figure out what it meant. ;P
From the Java Tutorials when Sun used to own the thing LOL
Stop being a troll. I never said "iamaprocoder" like you, did I now?
I have java classes at my high-school, and planning to take more classes in college.