The document contains a series of questions and tasks related to web development technologies, including HTML, XHTML, JavaScript, PHP, Java Servlets, and XML. It covers topics such as the differences between various languages, the purpose of protocols, event handling, and the architecture of web services. Additionally, it includes practical examples and exercises for implementing these concepts in programming.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
9 views1 page
Ia3 Imp Questions
The document contains a series of questions and tasks related to web development technologies, including HTML, XHTML, JavaScript, PHP, Java Servlets, and XML. It covers topics such as the differences between various languages, the purpose of protocols, event handling, and the architecture of web services. Additionally, it includes practical examples and exercises for implementing these concepts in programming.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
PART A
1. What is the difference between HTML and XHTML?
2. List the wildcard element. 3. What is the purpose of http protocol. 4. What are the different types of lists available in html? 5. How to introduce style in html program? 6. Write the format of PHP program. 7. How scripting language is differs from html? 8. List the advantages of java script. 9. Draw the structure of MVC frame work. 10. What is meant by intrinsic event handling? 11. List the types of event listeners in DOM2. 12. What is Document Object Model 13. List the different life cycle methods of Java Servlets. 14. Compare Servlet and JSP. 15. Label XML namespace. 16. XML Vs HTML 17. Draw the architecture of JAX-RPC. 18. What is meant by WSDL? 19. Show the significance of a WSDL document. 20. WSDL Elements PART B&C 1. HTML list with an example 2. HTML tables 3. HTML forms 4. looping in java Script with an example 5. Cascading style sheet, Create a html program to express the possible ways of CSS integration with an html 6. CSS Inheritance 7. JSP tag libraries 8. Exception handling in JSP 9. JSP program to find simple interest and display the result in the client. 10. architecture and life cycle of a Servlet. 11. Displaying XML Documents in Browsers 12. SOAP elements and their RPC representation in detail 13. WSDL web service and WSDL Elements 14. Design and implement a Java application that loads an XML file using DOM, modifies certain elements, and writes the updated data back to a new XML file. 15. XSLT code to display employee details in a Table form which is stored is XML. 16. Procedure for Saving Java Objects as Files