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 |
Can we define static methods inside interface?
What is a flag value?
Does java isempty check for null?
What is the difference between abstraction and encapsulation?
When should you make a function static?
Explain about class in java?
When try and catch block is used ?
How can I right-justify a string?
how exactly garbage collection take place?
What are thread priorities and importance of thread priorities in java?
What do you understand by access specifiers in Java?
What are different types of Exceptions?.