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 use of static method?

0 Answers  


Can we overload destructor in java?

0 Answers  


Can a list be null in java?

0 Answers  


what is mean by overriding in which situation we wil use?

5 Answers   Atlas Systems, CSC, DCPL,


Why are constructors used?

0 Answers  


Can we access instance variables within static methods ?

0 Answers  


When throw keyword is used?

0 Answers  


What is meant by Java ?

2 Answers   CMC, Infosys,


What do you mean by checked exceptions?

0 Answers  


class a extends b { } class b extends a { } why java doesn't support cyclic pls explain me with example

3 Answers   Wipro,


how can u apply shallow cloning and deep cloning to create object?

1 Answers   Yash Technologies,


What are data types in oop?

0 Answers  


Categories