Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / November 2005

Tip: Looking for answers? Try searching our database.

What do we call things like Class, Interface, Enumerations etc

Thread view: 
Chanchal - 29 Nov 2005 05:22 GMT
hi all,

just wanted a simple question(sorry if it sounds stupid).but does any
one know what things like Classes, Interface,Enumerations etc can be
collectively called.I mean they are the fundamental building blocks of
any Java program. But do we have a techinical name which we can call
them all??

Chanchal
Benji - 29 Nov 2005 05:28 GMT
> hi all,

> just wanted a simple question(sorry if it sounds stupid).but does any
> one know what things like Classes, Interface,Enumerations etc can be
> collectively called.I mean they are the fundamental building blocks of
> any Java program. But do we have a techinical name which we can call
> them all??

They are all data types.

Signature

Of making better designs there is no end,
 and much refactoring wearies the body.

Mike Schilling - 29 Nov 2005 06:08 GMT
>> hi all,
>
[quoted text clipped - 5 lines]
>
> They are all data types.

As are int, float, etc.  If you want to distinguish between the two,
Classes, Interfaces, etc. are reference types as opposed to scalar (or
primitive) types.
Thomas Hawtin - 29 Nov 2005 16:36 GMT
> As are int, float, etc.  If you want to distinguish between the two,
> Classes, Interfaces, etc. are reference types as opposed to scalar (or
> primitive) types.

Reference types includes array types. To exclude arrays the grammar uses
ClassOrInterfaceType (classes include enums). I don't know where you got
the 'scalar' term. Probably Perl. Isn't java.lang.Integer a scalar?

Tom Hawtin
Signature

Unemployed English Java programmer
http://jroller.com/page/tackline/

Roedy Green - 29 Nov 2005 06:11 GMT
>Classes, Interface,Enumerations

They are blocks, but block includes try blocks etc as well.
Signature

Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.