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 / 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 |
Post New Answer View All Answers
What are the best practices to follow to secure connection strings in an ASP.NET web application?
How can exception be handled with out the use of try catch?
How will you maintain versioning in asp.net 2.0?
What describes a query?
Give a few examples of page life cycle events.
Explain culture and uiculture values.
How to display validation messages in one control?
Which object wraps the state or data of a user?
Explain what are delegates?
What are the new web part controls in asp.net 2.0 ?
How do I publish my asp.net application to my isp's web server?
Can you explain the basic use of dataview?
I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?
Is post back property in asp net?
Is it possible for me to change my aspx file extension to some other name?