Slip No 3 Q B
Q.Define an abstract class Shape with abstract methods area () and volume (). Derive abstract class Shape into two classes […]
Q.Define an abstract class Shape with abstract methods area () and volume (). Derive abstract class Shape into two classes […]
Q.Write a ‘java’ program to check whether given number is Armstrong or not.(Use static keyword)[15 M]
Q.Design a screen in Java to handle the Mouse Events such as MOUSE_MOVED and MOUSE_CLICK and display the position of
Q.Create a hashtable containing city name & STD code. Display the details of the hashtable. Also search for a specific
Q. Write a ‘java’ program to display characters from ‘A’ to ‘Z’. public class AtoZCharacters {public static void main(String[] args)
Q. Write a JSP script to accept username and password from user, if they are same then display “Login Successfully”
Write a JSP script to accept a String from a user and display it in reverse order.