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…
JAVA PROGAM TO COMPUTE nxn MATRIX MULTIPLICATION
Program Statement: Write a JAVA program to compute Matrix Multiplication. Tested on: Software: Windows 8, Jdk 1.6, Netbeans IDE Hardware: Intel Core i3, 4 GB RAM, 500 GB HDD Source Code @Auth…
JAVA APPLET PROGRAM TO HANDLE DIVIDE BY ZERO EXCEPTION
Program Statement: Write a program that creates a user interface to perform integer divisions. The user enters two numbers in the text fields, Num1 and Num2. The division of Num1 and Num2 is displa…
JAVA APPLET PROGRAM TO CALCULATE FACTORIAL
Program Statement: Develop an applet that receives an integer in one text field, and computes its factorial value and returns it in another text field, when the button named "Compute" is clicked. Jav…
JAVA PROGRAM TO FIND ROOTS OF A QUADRATIC EQUATION
Program Statement: Write a JAVA program to find roots of a Quadratic Equation. If Discriminant is negative, display a message stating that there are no real solutions. Java Program Image Tested on: …
BIT STUFFING IN JAVA WITH SOURCE CODE AND DESCRIPTION
Bit Stuffing is one of the framing technique used in Data-Link Layer (layer 2) of OSI Reference Model. In Bit-Stuffing technique, stuffing is done at the bit level. It was developed for the once ver…