Java Registration Form using Servlet MySQL MVC This post explains a simple registration application in Java using Servlet, MySQL, MVC architecture. This Java registration page has been built using Model View Controller (MVC) design pattern.
Display ArrayList elements using Iterator in JSP This example is to display ArrayList elements using Iterator in JSP. It makes use of Java Servlets, ArrayList and MVC architecture.
Display ArrayList data using Foreach loop in Java This example is to display ArrayList data using foreach loop in Java. It makes use of collection in Java to explain this example.