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).

Reply via email to