Answer Posted / ashokmail.java@gmail.com
XML is Extensible Markup Language. It is used in java
application to store predefind configuration. XML is also
support all plateforms. No extra softwares needed for
running xml file. All browsers are support XML.
Is This Answer Correct ? | 29 Yes | 4 No |
Post New Answer View All Answers
Where can I find seam examples and documentation?
What are various types of class loaders used by jvm?
Why are component architectures useful?
Which container method is used to cause a container to be laid out and redisplayed?
Name three component subclasses that support painting?
Write a singleton program?
What is the purpose of the finally clause of a try-catch-finally statement?
what is a non-repeatable read?
Can I have an action without a form?
What method is invoked to cause an object to begin executing as a separate thread?
What are local interfaces? Describe.
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
What classes of exceptions may be caught by a catch clause?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
Is the ternary operator written x : y ? Z or x ? Y : z ?