Tuesday, April 10, 2007
What is a Class?
Subscribe to:
Post Comments (Atom)
World of tricky Core Java Q&A(Java SE),Java EE and Open source technologies like Struts,Hibernate,Spring,Velocity etc
Disclaimer
Interview Questions On Java,Java EE Copyright © 2010
2 comments:
A class is a blueprint for the particular type of objects. Class describes how the objects of the class looks like and what will be the attributes and the operation a object can do.
A class is a collection of objects of similar type. A class is a user defined data type.Classes are primary and essential elements of java program.Classes are used to represent real world problems.
Post a Comment