What is DTD?

Answers were Sorted based on User's Feedback



What is DTD?..

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

What is DTD?..

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

What is DTD?..

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

Post New Answer

More Advanced Java Interview Questions

What is servlet preinitialization?

3 Answers   iFlex,


difference between applicationserver and webserver

2 Answers   SolutionNET,


What restrictions are placed on the location of a package statement within a source code file?

0 Answers  


What is ioc concept?

0 Answers  


What modifiers may be used with an interface declaration?

0 Answers  






what are the activation groupworks?

0 Answers  


What are the different algorithms used for clustering?

0 Answers  


Write a java program to find out the sum of harmonic series : 1 + ½ + 1/3 + ……… up to nth term , for any value of n.

2 Answers  


What are the pros and cons of detached objects?

0 Answers  


what is heepStored?

1 Answers  


diff mvc1 and mvc2 wahts is mean by servlet chaining?

3 Answers   SolutionNET,


I wantr to know, How many number of users logged in to website? can any one answer

7 Answers   Cap Gemini,


Categories