|
Advertisement
|
Forum posts by Candy:1 page [ 1 ]
Posted in Java Answers Forum, Nov 13, 2002, 12:22 PM
What class objects are returned when calling the getClasses method? class a{}class b extends a{}Class cl = a.class;Will cl.getClasses return a Class array with a class object for b?? If not what class objs will be returned?
1 page [ 1 ]
|