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 an axd file?
What is simple data binding?
Explain Life cycle of ASP.NET page when a request is made.
What is the use of worker process in asp.net?
What is the default timeout for a cookie?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
Explain asp.net mvc request life cycle? : asp.net mvc
What is viewstate? In which event of the page life cycle, is the viewstate available?
What are directives in asp.net? List down all the important directives.
Describe the events in the life cycle of a web application.
Can you change a master page dynamically at runtime? How?
Explain why datareader is useful?
What are ASHX files?
Can you change a Master Page dynamically at runtime?
What is a viewstate?