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 / sukkureddy
c
First Line should be like
<?xml version="1.0"?>
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is query string in asp.net?
Define globalization and localization.
What are HTTP handlers in ASP.NET?
How can we access static variable?
Do cookies store passwords?
What is skin in asp.net?
Explain the difference between server control and html control.
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
What is difference between inproc and outproc?
Why do we need a web application session?
Explain about Multi-Language integration?
What does asp.net stand for?
What is the difference between session and viewstate in asp.net?
How tooltip is set through code-behind in ASP.NET?
Explain what is an abstract class?