Program Statement: Write a JAVA program to check given string is palindrome or not. Tested on: Software: Windows 8, Jdk 1.6, Netbeans IDE Hardware: Intel Core i3, 4 GB RAM, 500 GB HDD Source C…
JAVA PROGRAM TO DEMONSTRATE RUNTIME POLYMORPHISM
Program Statement: Write a JAVA program to demonstrate runtime polymorphism. Tested on: Software: Windows 8, Jdk 1.6, Netbeans IDE Hardware: Intel Core i3, 4 GB RAM, 500 GB HDD Source Code @Au…
JAVA PROGRAM TO DEMONSTRATE SIMPLE JAVA APPLET
Program Statement: Develop an applet that displays a simple message. Tested on: Software: Windows 8, Jdk 1.6, Netbeans IDE Hardware: Intel Core i3, 4 GB RAM, 500 GB HDD Source Code @Author: Pr…
JAVA APPLET PROGRAM TO SIMULATE TRAFFIC LIGHTS
Program Statement: Write a JAVA program that simulates a traffic light. The program lets the user select one of the three lights: red, yellow, green. When a radio button is selected, the light is tur…
JAVA APPLET PROGRAM FOR HANDLING MOUSE EVENTS
Program Statement: Write a JAVA applet program for handling Mouse Events. Tested on: Software: Windows 8, Jdk 1.6, Netbeans IDE Hardware: Intel Core i3, 4 GB RAM, 500 GB HDD Source Code @Autho…