GhostSnyper Posted August 28, 2010 Posted August 28, 2010 I'mma be laying down some java chapters, teaching you what you need to know. Since I'm studying for my Sun Developer and Programmer certificates, I'm learning some great shit. I'm going to teach you some of what I learn, by sharing some of my notes with you. I am not going to release any of Sun's study software, but I'll teach with the open-source mentality that they support. First thing you need even before I start is some of the terms you need to know. I'm not pushover, so I expect you to know some stuff coming in. For those that don't understand some of the terms I use, refer to this page, as I'll add terms you might not know. Class - A template that describes the kinds of state and behavior of objects of its type support Object - Every time the JVM sees the "new" keyword, it creates an "object" out of that class. This is considered an instance of a class, and this object has its own state, and behaviors based on the class template. State (instance variables) - Every object (instance of a given class) has its own set of instance variables defined in it. These var Behavior (methods) - When you create a class, you also create "methods" for that class. Basically, these methods are the grunt work, or the logic of your class. It is these behaviors that you call on in order to manipulate data and execute algorithms. You'll get more definitions as I see you needing them. For now, familiarize yourself with these. Quote ~GhostSnyper http://i142.photobucket.com/albums/r116/ghostsnyper/Ilovethat1.jpg
Lew Posted August 28, 2010 Posted August 28, 2010 Glad to see you putting effort in. I would love to learn java :D Will be reading these, thanks. Quote [Today 11:08 PM] TehByte: One Eyed One Horned Flying Purple People Eater ;D
GhostSnyper Posted August 28, 2010 Author Posted August 28, 2010 *coolface* Yeah, you better Quote ~GhostSnyper http://i142.photobucket.com/albums/r116/ghostsnyper/Ilovethat1.jpg
Lewis Posted August 28, 2010 Posted August 28, 2010 Ill get back into coding java since im gonna start with rs p servers I got good at java at one stage when i was making some clients for my rs p server. Ill sure pick these up to get a hang of it again. Quote http://i32.tinypic.com/s11c7s.jpg
Jordan Posted August 28, 2010 Posted August 28, 2010 I knew the first three, but I didn't know that methods were caused due to classes. I think another Teamviewer observation is in order soon. xD Quote http://i51.tinypic.com/2urnh2d.png
Josh Posted August 28, 2010 Posted August 28, 2010 Brilliant Resource. I recognise all of these terms from when I used to take apart RSBot scripts and see what each part did, I never knew what the proper terms were though. Looking forward to forthcoming chapters. Quote [sIGPIC][/sIGPIC] "Josh is awesome, he has the right to do whatever the fuck he wants." - Tehbyte
TehByte Posted August 28, 2010 Posted August 28, 2010 Ah, these will help me out! I shall be reading these :D Quote "I never see what has been done; I only see what remains to be done.." - Buddha | My Profile | Message Me |
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.