Slip No 13 Q A
Write a java program to display name of currently executing Thread inmultithreading.
Write a java program to display name of currently executing Thread inmultithreading.
Write a program in java which will show lifecycle (creation, sleep, and dead) of a thread. Program should print randomly
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)