1. Write a JAVA Servlet Program to implement a dynamic HTML using Servlet (user nameand Password should be accepted using HTML and displayed using a Servlet).2. Write a JAVA Servlet Program to Auto Web Page Refresh (Consider a webpage whichis displaying Date and time or stock market status. For all such type of pages, you wouldneed to refresh your web page regularly; Java Servlet makes this job easy byproviding refresh automatically after a given interval).3. Write a JAVA Servlet Program to implement and demonstrate get() and Post methods(UsingHTTP Servlet Class).4. Write a JAVA Servlet Program using cookies to remember user preferences.5. a. Write a JAVA JSP Program to implement verification of a particular user login anddisplay a Welcome page.b. Write a JSP program to demonstrate the import attribute.6. Write a JAVA JSP Program which uses jsp:include and jsp:forward action to display aWebpage.7. Write a JAVA JSP Program which uses