View Single Post
Old Jun 5th, 2005, 8:35 PM   #5
Pilgrim
Newbie
 
Join Date: Jun 2005
Posts: 11
Rep Power: 0 Pilgrim is on a distinguished road
Quote:
Originally Posted by Jerry
Okay... I just faintly heard the hissing noise as that flew straight over my head... Could you try to explain more?

Ok, um, this is so much easier to explain in person..... classes are used in Java to create custom-made objects. They also contain methods to manipulate these objects. String, int, and boolean are data types. An object is a custom-made data type. You use different variables as characteristics of the object. You assign values to these variables through a constructor. A method is used to manipulate data or access data for you.

Here's a link I found through Google: http://www.javacoffeebreak.com/tuto...rted/index.html
Pilgrim is offline   Reply With Quote