class a non-primitive data type

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • KiranJyothi
    New Member
    • Apr 2007
    • 45

    #1

    class a non-primitive data type

    Hello Eveybody,
    Can we define a class as a non-primitive data type in java?

    Thankyou in advance

    Regards,
    Jyothi
  • Ganon11
    Recognized Expert Specialist
    • Oct 2006
    • 3651

    #2
    What is a primitive type? Something like a char, or an int. Something that cannot have methods or really be counted as an object. So, then, is a class really a primitive type?

    Comment

    Working...