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
How does ASP.NET framework maps client side events to Server side events.?
Which is faster viewbag or viewdata?
what are the security certificates used in webservices?
What is difference between asp.net and asp?
Explain a program using razor view engine to create a simple application? : asp.net mvc
Where is session cookies stored?
Explain the advantages of caching?
Explain Session state management options in ASP.NET.
What is difference between inproc and outproc?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
How is mvc different from asp.net? : Asp.Net MVC
How Session outproc in Sqlserver stored?
Which object wraps the state or data of a user?
What are sessions used for?
Which protocol is used to call web service?