Latest Answer : Yes, SAX parser is better for huge XML files. ...
Latest Answer : DTD is must. if the file is not found at location specified you will get following errorjava.io.FileNotFoundException: ....AddrBook.dtd (The system cannot find the file specified)       at org.apache.crimson.parser.Parser2.fatal(Unknown Source)       ...
Latest Answer : XML
User definable tags
Content driven
End tags required for well formed documents
Quotes required around attributes values
Slash required in empty tags
HTML
Defined set of tags designed for web display
Format driven
End tags not required
Quotes ...
Latest Answer : XML and HTML were designed with different goals: XML was designed to describe data and to focus on what data is. HTML was designed to display data and to focus on how data looks.That is HTML is about displaying information, while XML is about describing ...
Write five difference between XML and HTML
Latest Answer : HTML is Presentation Language, it is not case sensitive, every tag need not have an ending tag, we cannot write our own Tags.In XML, Every tag must have an ending tag, We can write our own tags, It is case sensitive. ...
Why this parser needed exactly over Html or Jsp pages, These two are enough for viewing the page. Can I know more sophisticated reasons from u?