GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Placement Papers  >  Oracle  >  Java

 Print  |  
Question:  Difference between SAX and DOM?




June 06, 2005 03:27:10 #2
 shashidhar Mahavadi   Member Since: Visitor    Total Comments: N/A 

RE: Difference between SAX and DOM?

 
SAX parser requires to implement an event handler 
DOM object is an object in memory representing the parsed xml file and DOM object is actualy built up using SAX 



Your valueable suggessions are welcome
     

 

Back To Question