What is DTD?
Answers were Sorted based on User's Feedback
Answer / narasimha rao bodagala
DTD is the "Document Type Defination" this represents the
syntax of the component and the defined as a specifed
resource. for exaple u will take one server like tomcat the
server specified dependent data is stored in the DTD file.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / anonymous
If it is related to XML-
Document Type Definition, defines the components in a XML
documents.
Attributes
Elements
Occurence of elements
and other things.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / qim2010
The purpose of a DTD is to define the legal building blocks
of an XML document. It defines the document structure with a
list of legal elements. A DTD can be declared inline in your
XML document, or as an external reference.
XML provides an application independent way of sharing data.
With a DTD, independent groups of people can agree to use a
common DTD for interchanging data. Your application can use
a standard DTD to verify that data that you receive from the
outside world is valid. You can also use a DTD to verify
your own data.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the name of the state, when a thread is executing?
What is a clone?
Explain RMI Architecture?
What are the JSP implicit objects ?
explain the flow of struts?
Hi frnds ,iam new to java and j2ee ,my requirement is using java or any j2eetech how to lock an user when he enter wrong credentials(uname&password) more than 3 times.take the username and passowrd in a bean no need to conned Db kindly provide me sample application code or and ideas or links or tutorials plzzzzz urgent for me thanks in advance...
What is the main functionality of RRL(Remote Reference Layer)?
What is the need of serialize?
what are getters and setters in Java with examples?
Why does most servlets extend HttpServlet?
What is meant by multi-threading?
How do you iterate in Hashmap?