Web Technology Question Bank
1. Explain the difference between http and https .
2. What is internet , extranet and Intranet?
3. Write short notes on DNS and Elaborate how does it work?
4. Elaborate the features and application of XML. Elaborate DTD .
5. Elaborate the difference between GET and Post method in HTML form.
6. What are tags and attributes in HTML?
7. Write short notes on Client Server model with proper diagram.
8. Create a web Page in HTML and CSS to display your personal and professional details, including your picture and link. Make use of inline as well as internal CSS.
9. Write short notes on CSS and elaborate different ways to insert CSS codes in a web page.
10. What is Java Applet ? Explain Applet Life Cycle .
11. What is inheritance ? Explain different types of inheritance with example.
12. Write short notes on exception handling .
13. Elaborate the life cycle of a thread .
14. Explain the need and applicability of java script .
15. What is AJAX ? How does we use AJAX?
16. Explain the key features of TCP / IP model. Explain the different layers of TCP IP.
17. What is IP Address ? Write short notes on TCP / IP Server sockets.
18. Explain the key characteristics of datagram.
19. Write short notes on EJB . Explain its key features and different types of EJB .
20. What is JDBC ? Explain components of JDBC . Elaborate how JDBC is used to connect to the database .
21. What is a servlet ? Write short notes on Servlet architecture.
22. Explain different types of servlets .
23. Write short notes on life cycle of a servlets.
24. Explain the difference between http GET and http POST method .
25. Write short notes on session and cookies.
26. Write short notes on JSP .
27. Explain how JSP is more advantageous to servlets .
28. What are various applications of JSP. Write a program in JSP to display hello world.
29. How do we insert images in a html page.
30 Write short notes on anchor tag. Give example by making an image as clickable link using anchor tag. Make use of img tag of html.