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 / sundherrajan
c
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the difference between the asp and asp.net?
What is application Object?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
What is the life cycle of an asp.net page?
What are the disadvantages of using session?
What is the difference between typeof() vs gettype()?
What is asp.net master page?
What is difference between View State and Hidden Field in ASP.NET?
What is the use of the tag in the web.config file?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
What is asp.net and ado net?
Difference between using directive vs using statement?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
How do we implement bundling in MVC?
What is validation in asp.net?