This is how I understood it:
ClassName.class is how you create your program. Inside this class you are going 
to code your program using java language. It depends on you as a programmer how 
you wanted the class to behave(attribute), what functions it can 
perform(method) and to put restriction to access it (access modifiers). This 
classes can later on be used by other classes. This creats the object oriented 
programming.

Lest Sta Ana

-- 
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en

Reply via email to