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 |
How many web.config files in each solution
What is syntax code to send email from an asp.net application?
What are the data types is possible to store in session? and can we store dataset in session?
What is validation in asp.net?
What are the types of authentications in ASP.NET?
2 Answers Accenture, BirlaSoft,
What is the maximum number of classes that can be contained in one dll file?
How do I create a web form?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
How is the asp.net mvc architecture different from others? : asp.net mvc
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
What is meant by ispostback in asp net?