The Artima Developer Community
Sponsored Link

Java Answers Forum
getClasses in class Class

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Candy

Posts: 1
Nickname: cjp
Registered: Nov, 2002

getClasses in class Class Posted: Nov 13, 2002 9:22 AM
Reply to this message Reply
Advertisement
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?

Topic: Need help on a Frame question... Previous Topic   Next Topic Topic: do u know any good compilers

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use