ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Software  >>  Java J2EE  >>  Java Related  >>  J2EE
 
 


 

 
 Core Java interview questions  Core Java Interview Questions
 Advanced Java interview questions  Advanced Java Interview Questions
 Swing interview questions  Swing Interview Questions
 EJB interview questions  EJB Interview Questions
 Servlets interview questions  Servlets Interview Questions
 Struts interview questions  Struts Interview Questions
 JDBC interview questions  JDBC Interview Questions
 JMS interview questions  JMS Interview Questions
 SunOne interview questions  SunOne Interview Questions
 J2EE interview questions  J2EE Interview Questions
 Weblogic interview questions  Weblogic Interview Questions
 Websphere interview questions  Websphere Interview Questions
 Java Networking interview questions  Java Networking Interview Questions
 Java J2EE AllOther interview questions  Java J2EE AllOther Interview Questions
Question
why we are using XML?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: why we are using XML?
Answer
# 1
As XML stands for extensible markup language, the name 
itself conveys the meaning that it's fleible, XML is same 
regardless your implementation language (java or .Net).

As webservices considered, XML's application and advantages 
can be experienced and understood vey easily.

in simple words

.Net<->Ser/Deser<->XML<->Ser/Deser<->Java
 
Is This Answer Correct ?    1 Yes 2 No
Maheshbabu
[SCSL]
 
  Re: why we are using XML?
Answer
# 2
xml,as we know extensible markup language is actually used as an interface between two different applications..something like a platform between them..and its much better than html...
 
Is This Answer Correct ?    7 Yes 0 No
Manasa
 
 
 
  Re: why we are using XML?
Answer
# 3
XML = eXtensible Markup Language.XML is become an internet
standard for sharing data over internet.
 
Is This Answer Correct ?    0 Yes 0 No
Rk
 
  Re: why we are using XML?
Answer
# 4
XML=eXtensible Markup Language.It is used to transfer data.
 
Is This Answer Correct ?    1 Yes 0 No
Priya
 
  Re: why we are using XML?
Answer
# 5
XML (extensible markup language) serves as a common 
platform for the transmission and sharing of data between 
separate systems, allowing the rapid development of Web 
services that query, retrieve and share data among many 
sources. 
XML is not just a universal data format; it is also a 
universal library of technologies (including XSLT, XSL-FO, 
XPath, XQuery, DOM) for transforming documents between 
otherwise incompatible formats, presenting data in 
particular styles and formats, querying data from data 
sources, and manipulating data in a hierarchical, tree-like 
form. XML standards have been implemented in every major 
operating system and programming language, ensuring that 
one of your most important assets - your data - will always 
be accessible in the future.
 
Is This Answer Correct ?    2 Yes 0 No
T
 
  Re: why we are using XML?
Answer
# 6
XML is a language to transfer the data over the internet
easy than others.......For instance if we r using the
database mean 
the connection should open then only we can transfer the data
 
Is This Answer Correct ?    0 Yes 1 No
Saravanan
 
  Re: why we are using XML?
Answer
# 7
!!! XML is a language to transfer the data over the internet
easy than others.......For instance if we r using the
database mean 
the connection should open then only we can transfer the 
data !!!
 
Is This Answer Correct ?    2 Yes 1 No
Name
 
  Re: why we are using XML?
Answer
# 8
XML is meta data language , it can be used to describe data 
about data and can be used to store data and also can be 
used to transfer data over network
 
Is This Answer Correct ?    1 Yes 0 No
Guest
 
  Re: why we are using XML?
Answer
# 9
we use XML for Cross Platform communication.
While coming to Web Applications ,XML file plays a key role
such as configuring the web components like
servlets,ActionForm and ACtion classes(Struts) etc.Entire
flow of Web application is stored in XML file.
The importance of XML file in various web components.
1.web.xml 
2.struts-config.xml(Struts Framework)
3.hibernate-config.xml and mapping.xml (Hibernate)
4.beans.xml (Spring framew work)
5.applications.xml(EJB)
 
Is This Answer Correct ?    0 Yes 0 No
Naveen Kumar Raavi
 
  Re: why we are using XML?
Answer
# 10
we use XML to focus on how data is,basically to synchronise
data we use XML
 
Is This Answer Correct ?    0 Yes 0 No
M
 

 
 
 
Other J2EE Interview Questions
 
  Question Asked @ Answers
 
What is the difference between sendRedirect() and forward()? in what situations do we have to use send redirect() instead of forward(). Mind-Tree10
what is defect. Is it runtime exception or comiletime exception L&T1
how many external variables are there in jsp ?  1
what is the main use of the RequestDispatch object, how we this in realtime project  3
what is the difference between Tomcat 4 & Tomcat 5? TCS4
why we are using XML? TCS10
what is the purpose and activity of SessionFactory in hibernate?  2
to update a batch in a table in jdbc which method of statement object is used. Polaris4
what is Directory Structure of webapplication? CTS6
i developed a Stateless Session bean program.And created a client by a common java class as class m {p s v m(String s[]){....}} And i called the bean deployed in weblogic.from cmd prompt And that run. mind it i have to set setenv,seting classpath for that bean jar file before compile and run it. ok when i do a servlet programme deployed in tomcat and call that bean then it give classdefnotfoundException and NoInitialContext like this.So how i sucessfully do this? Ok when i call that bean from java class from the console like i previously told, if i don't set setenv i found the same error on the cmd prompt. pls help to get out of it  1
How to achieve multiple inheretence in java.I need an example. how we achieve.  1
Explain about J2EE Application Architecture  1
Hi friends, can u explain Transparent Persistence in hibernate with sample code.  1
to update a batch in a table in jdbc which method of statement object is used  1
can someone tell me how does preparedstatement works? its an interface and where is the implementation? Satyam2
what is external varibles in jsp? Verizon1
How can we serialize a jsp page. CSC2
Hello frds .recently I've got a call for the test in infosys .iam having 1.5 yr exp in java pltfrm.plz can anyone tell the main process( in detail) for infosys experienced professionals  1
i have to create an application with session.during that session a timer will be started & show the time in second upto the session expired.So that i can know how many time i in that session. Hint:-i m hinted that it will coded with javascript Wipro3
Name the Implicit variable which is used to access other implicit objectes present in JSP. AZTEC6
 
For more J2EE Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com