web-technology
|
|
Course Title: Web technologies |
Course code : IT230 |
|
|
|
|
|
|
|
|
|
|
Deadline : April 29, 2016 |
|
Marks : 4 |
|
|
|
|
|
|
|
|
Q1 |
Write the difference between Buffered Versus Unbuffered Queries. |
[1.0 Point] |
||
|
Q2 |
Define Cookies and give an example as a coding (servlet) for a cookies? [1.0 Point] |
|||
|
Q3 |
List what the XML document consists of, then select which of the following is a "well formed" XML |
document: [1.0 Point]
1. <?xml version="1.0"?> <note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body> </note>
2. <?xml version="1.0"?> <to>Tove</to> <from>Jani</from> <heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
3. <?xml version="1.0"?> <note>
<to age="29">Tove</to> <from>Jani</from> </note>
4. <?xml version="1.0"?>
<note>
<to age=29>Tove</to> <from>Jani</from> </note>
Q4: Write a simple servlet that displays the following: [1.0 Point]