2. | Match the following with respect to HTML tags and usage. a. CITE 1. Italic representation b. EM 2. Represents output from programmes c. VAR 3. Represents to other source d. SAMP 4. Argument to a programme Codes : a b c d |
Discuss |
Answer: (a).3 1 4 2
|
3. | Which is the protocol for performing RPCs between applications In a language and system independent way? |
Discuss |
Answer: (c).Simple Object Access Protocol (SOAP)
|
4. | The document that is used by XSLT to indicate, how to transform the elements of the XML document to another format is |
Discuss |
Answer: (c).Style sheet
|
5. | Debugger is a program that |
Discuss |
Answer: (c).allows to set breakpoints, execute a segment of program and display contents of register
|
6. | The behavior of the document elements in XML can be defined by |
Discuss |
Answer: (d).All of the above
|
7. | Which method is called first by an applet program? |
Discuss |
Answer: (c).init()
|
8. | In Java, when we implement an interface method, it must be declared as : |
Discuss |
Answer: (c).Public
|
9. | The Servlet Response interface enables a servlet to formulate a response for a client using the method ___________. |
Discuss |
Answer: (d).void set ContextType(String type)
|
10. | Which one of the following is correct? |
Discuss |
Answer: (d).Applets are embedded in another applications
|