Slip No 12 Q A
Write a java program to count the number of records in a table.
Write a Java program to display sales details of Product (PID, PName, Qty, Rate, Amount) between two selected dates. (Assume
Write a SERVLET program to display the details of Product (ProdCode, PName, Price) on the browser in tabular format. (Use
Write a java Program in Hibernate to display “Hello world” message. Hibernate Configuration File (hibernate.cfg.xml) Java Program (HelloWorld.java)
Write a JSP program to create an online shopping mall. User must be allowed to do purchase from two pages.
Write a Java Program to create a Emp (ENo, EName, Sal) table and insert record into it. (Use PreparedStatement Interface)
Write a Java Program to display all the employee names whose initial character of aname is ‘A’. EmployeeNamesJDBC.java