year 2018
- Create a HTML document that contains header information of a page and include this HTML as a header file in header.html
include.jsp
<html>
<body>
<%@include file = “header.html” %>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</html>
3. Create a servlet to find out factorial of a positive integer value.
(adsbygoogle = window.adsbygoogle || []).push({});
5.Create an applet that reads the parameter supplied from the <param> tag and display the parameter value. Also create a suitable HTML file.
Q.no 6 Create a swing GUI that contains a text field and two buttons (ok and clear). When ok button is clicked, “welcome” should be displayed in the text field and clear button should clear the text field content.
(adsbygoogle = window.adsbygoogle || []).push({});