English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-07-29 18:06:57 · 2 answers · asked by ashok 1 in Computers & Internet Programming & Design

2 answers

A meta class is a class of a class i.e. the objects of this class can themselves act as classes. So a user can add or remove attributes at run time.

2006-07-29 18:25:05 · answer #1 · answered by ksprashanth_1984 1 · 0 0

MetaClass supports runtime access to metadata associated with program elements or artefacts. The program elements include packages, classes, methods and fields and each metadata element is referred to as an attribute.

The attributes are usually specified in the java source files as javadoc markup. The source file is then processed and the metadata is compiled into descriptors that MetaClass is capable of reading. These descriptors are then loaded at runtime to provide metadata about the program elements.

2006-07-29 20:00:57 · answer #2 · answered by Amit G 4 · 0 0

fedest.com, questions and answers