Java Tongue

Tutorials, tips and tricks about java programming language. Answers for many doubts about java programming language. Answering many howtos. Sample java projects and source code, java games, java programs for java practical labs.

Java Program to Find Power of a Number

›
This is a java program to calculate power of a given number. The inputs are the number and its exponent (power). For example, if you give m ...

Java Program For Matrix Multiplication

›
This is a java program for Matrix Multiplication. To understand how it works, you should first know how matrix multiplication is done mathem...

Java Program to Display Multiplication Tables of Given Number

›
This is a java program to display multiplication table of given number. For java program to display multiplication table of all numbers from...

Java Program to Display Multiplication Tables of All Number from 1 to 10

›
This is  a java program to display multiplication tables of all number from 1 to 10. To see java program to display multiplication table of ...

Java Program to Rotate Polygon - 2d Transformation Rotation in Java

›
This is a java program for rotation transformation in computer graphics. Rotation is one of the important 2d transformations in computer gra...

Java Program for Engine Piston Movement Animation

›
This program simulates the motion of the components of a two stroke engine. It shows the movement of piston, connecting rod and crank by ani...

Decimal to BCD Converter in Java

›
In this post,we will see java program to convert decimal number to BCD representation. Binary-coded decimal (BCD) is a class of binary encod...

Java Program to Simulate Motion of Simple Pendulum

›
This is a java program to simulate motion of simple pendulum using java graphics. This was a problem given in computer graphics lab, which i...

Simplest UDP Chat Program to Run on Single Computer in Java

›
This is a very simple UDP chat program using java with GUI (Graphical User Interface). The program uses DatagramPackets to send messages ove...

Audio Recorder Application in Java - Source Code and Executable File

›
Here, we will see how to record sound in java. We make a sound recorder application which can record from microphone, Stereo mix, line in,...
‹
›
Home
View web version
Powered by Blogger.