Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Java and XML

  Asked By: Qadriyah    Date: Jun 07    Category: Java    Views: 603
  

I would like to know the utility of xml in java. I am just new
stydying java, but the talk many time about xml, even in the Jbuilder
6 I use...

Share: 

 

4 Answers Found

 
Answer #1    Answered By: Midissia Lopez     Answered On: Jun 07

Java can build XML documents(building) or can extract data form XML
documents(This is called parsing). The bottom line is that Java manipulates the
data in the XML documents.

 
Answer #2    Answered By: Sebastien Anderson     Answered On: Jun 07

Actually where is XML used and how is it used from a java  programmer point of
view in JSP, Servlets and struts.

Can u tell me any good site, also from interview point of view.Generally what
are the questions that are asked in an interview for an experienced person about
XML.

 
Answer #3    Answered By: Hu Chalthoum     Answered On: Jun 07

the main purpose of XML is to act as a deployment descriptor for web
applications which is comprised of JSP and servlet so that you need not to
hardcode the values is the code.

one good site is www.w3schools.com

 
Answer #4    Answered By: Danny Perkins     Answered On: Jun 07
 
Didn't find what you were looking for? Find more on Java and XML Or get search suggestion and latest updates.




Tagged: