JAVA PROGRAM TO CHECK STRING PALINDROME
JAVA PROGRAM TO CHECK STRING PALINDROME

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…

Read more »
12 Feb 2015

JAVA PROGRAM TO DEMONSTRATE RUNTIME POLYMORPHISM
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…

Read more »
12 Feb 2015

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…

Read more »
12 Feb 2015

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…

Read more »
12 Feb 2015

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…

Read more »
12 Feb 2015

JAVA PROGAM TO COMPUTE nxn MATRIX MULTIPLICATION
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…

Read more »
12 Feb 2015

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…

Read more »
12 Feb 2015

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…

Read more »
12 Feb 2015

JAVA PROGRAM TO FIND ROOTS OF A QUADRATIC EQUATION
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: …

Read more »
12 Feb 2015

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…

Read more »
03 Jan 2015
 
Top