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 : 1) XML is not a replacement for HTML.
2) XML and HTML were designed with different goals.
3) XML was designed to describe data and to focus on what data is.
4) HTML was designed to display data and to focus on how data looks.
5) HTML is about displaying ...
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?