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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sukkureddy
c
First Line should be like
<?xml version="1.0"?>
Is This Answer Correct ? | 4 Yes | 0 No |
What does this do? sn -t foo.dll
What is the application pool?
What is the transport protocol you use to call a Web service?
What is the differances between a abstract calss and interface
Explain the scenario where we go for inpro and outpro session?
What is stateless asp or asp.net ?
2 Answers Accenture, BirlaSoft,
What is comparevalidator?
Is data edited in the Repeater control?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
what is managed and unmanaged code?
suppose i am Admin in my application and i have to terminate the session of the particular user in my application.........how can i do it....?????
What is the viewstate in asp.net?