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,   Net...

Read more »

JAVA APPLET PROGRAM TO HANDLE DIVIDE BY ZERO EXCEPTION
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 f...

Read more »

JAVA APPLET PROGRAM TO CALCULATE FACTORIAL
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 anoth...

Read more »

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 tha...

Read more »

BIT STUFFING IN JAVA WITH SOURCE CODE AND DESCRIPTION
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, stuffi...

Read more »
 
Top