What are the notations in Java?



What are the notations in Java?..

Answer / nagarjuna

This interface represents a notation declared in the DTD. A
notation either declares, by name, the format of an
unparsed entity (see section 4.7 of the XML 1.0
specification ), or is used for formal declaration of
processing instruction targets (see section 2.6 of the XML
1.0 specification ). The nodeName attribute inherited from
Node is set to the declared name of the notation.

Is This Answer Correct ?    6 Yes 4 No

Post New Answer

More Core Java Interview Questions

Define inheritance with reference to java.

0 Answers  


What is number data type in java?

0 Answers  


Can we have try block without catch block?

0 Answers  


What does %4d mean in java?

0 Answers  


What is left shift and right shift?

1 Answers  






What is null data type?

0 Answers  


Are arrays immutable in java?

0 Answers  


Enlist diffrent types of inheritance supported by java?

0 Answers  


What is the difference between throw and throws?

5 Answers   Cap Gemini,


Can you call a private data from an inner class?

6 Answers  


What is data type in java?

0 Answers  


How many types of threads are there in java?

0 Answers  


Categories