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 does the orientation property do in a menu control?
Why Unload event of MasterPage Calls first in ASP.net ?
What is difference between ispostback and autopostback in asp net?
What is latest version of asp.net mvc? : Asp.Net MVC
How long the items in ViewState exists?
How do I publish my asp.net application to my isp's web server?
How can you pass multiple complex types in Web API?
Which validator control you use if you need to make sure the values in two different controls matched?
What is page request in asp.net?
What is parse in asp.net?
What is viewstate parameter?
Is asp.net outdated?
Explain what is clr?
Explain the flow of processing of the request? : asp.net mvc
Can we use html in asp.net?