Wong Kok Wai wrote:
> 
> I like to ask a question on the implementation of
> javax.xml.parsers.SAXParserFactory: Why is the advantage of using
> Thread.currentThread().getContextClassLoader().loadClass() to load class
> compare to Class.forName()?
> 
> (This implementation also mean Xerces cannot be compile with JDK 1.1.x).

There's a HUGE document somewhere @ Sun explaining why and how
Class.forName() shouldn't be used in JDK 1.2 environments, and that's
the recomandation they give...

I don't know, do I have to change it? Votes?

        Pier
-- 
--------------------------------------------------------------------
-          P              I              E              R          -
stable structure erected over water to allow the docking of seacraft
<mailto:[EMAIL PROTECTED]>    <http://www.betaversion.org/~pier/>
--------------------------------------------------------------------
- ApacheCON Y2K: Come to the official Apache developers conference -
-------------------- <http://www.apachecon.com> --------------------

Reply via email to