Slip No 2
Q.1 Write a JSP program to check whether given number is Perfect or not. (Use Include directive). A) Write a […]
Q.1 Write a JSP program to check whether given number is Perfect or not. (Use Include directive). A) Write a […]
Q.A Write a java program to scroll the text from left to right and vice versa continuously import java.applet.Applet; import java.awt.*; public class Slip1A extends Applet implements Runnable {