What line in the following XML document will generate an error?
<?xml version=?1.0?>
<employees>
<employee>
<name>Bob Andcarrol</name>
</employee>
<employee>
<name>Robert Burns</name>
</employee>
</employees>
a) 6
b) 4
c) 1
d) There is no error
Answer Posted / als.senthur ganesh ram kumar
C
Details:
First Line Show Error Error Line
<?xml version=?1.0?>
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the various types of validation controls provided by asp.net?
How can we apply themes to an asp.net application?
Explain the concept of event bubbling in ASP.NET?
What is ispostback property?
What are the features of asp.net mvc?
What’s difference between “optimistic” and “pessimistic” locking?
What is asp.net web application?
Explain exception handling in .net.
what is a .xap file? Explain with an example.
Write a code snippet to implement the indentation in json in web api.
What is the use of the tag in the web.config file?
Why do we need a web application session?
Explain exception filters?
What is loop in asp.net?
What is a postback ispostback and autopostback in asp net?