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 |
What is use of static method?
Can we overload destructor in java?
Can a list be null in java?
what is mean by overriding in which situation we wil use?
5 Answers Atlas Systems, CSC, DCPL,
Why are constructors used?
Can we access instance variables within static methods ?
When throw keyword is used?
What is meant by Java ?
What do you mean by checked exceptions?
class a extends b { } class b extends a { } why java doesn't support cyclic pls explain me with example
how can u apply shallow cloning and deep cloning to create object?
What are data types in oop?