The Artima Developer Community
Sponsored Link

Java Answers Forum
ClassLoader help

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
Hiran

Posts: 41
Nickname: jclu
Registered: Mar, 2002

ClassLoader help Posted: Aug 13, 2003 8:47 AM
Reply to this message Reply
Advertisement
Does anyone have any experience with using ClassLoader? If so, let's say I read the name of some class from a text file and then load it, what methods will the newly loaded class have available? All of its methods? Or just the ones common to it and Object?

If only the common methods will be available, what if I compiled into the main application an abstract interface for any classes I will be loading, and have those classes implement that interface? Will those classes have the methods in the interface available when loaded?

Thanks for the help.

God bless
Hiran

Topic: Abstract Classes vs Interfaces Previous Topic   Next Topic Topic: Java2 applets without the entire plugin

Sponsored Links



Google
  Web Artima.com   

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