|
|
|
General
|
Finding out the class fields
This section explores you, how to retrieve the fields of the class by using the getFields() method. For this we are taking an example that provides the use of the getFields() method in detailed way.
View Rating |
|
|
General
|
Finding out the object of the class
This section illustrates how to retrieve an object name that reflects the package name by using the object.getClass() method. Here is an example that provides the proper usage of the object.getClass() method in more detail.
View Rating |
|
|