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

What is the function of static in java?

0 Answers  


How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size

6 Answers   Accenture,


Define interface in java?

0 Answers  


Can java cast null?

0 Answers  


What is jit compiler ?

0 Answers  






what ide u r using and wat version, how wil u build the project etc ?

2 Answers  


What causes memory leaks in java?

0 Answers  


What do the thread?class methods run() and start() do?

0 Answers  


Can classes declared using the abstract keyword cab be instantiated?

0 Answers   MCN Solutions,


Why operator overloading is not in Java?

0 Answers  


What is the tradeoff between using an unordered array versus an ordered array?

0 Answers  


How does the java compiler work?

0 Answers  


Categories