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.

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

How to Find Other Computers in Your Network - Java Application Programming

›
When you are developing some application software, you may have to search other computers or mobiles (android) in the network. Think about c...

Java Program to Display a String in Reverse Order Without Using Loop or Another Array

›
In this post, we will see a java program to reverse a string without using any loops or temporary array. Such programming questions are ofte...

Java Program to Find Minimum of Two Numbers

›
Java Program to compare three numbers and display the minimum of two numbers. Here, we will see a simple java program to display the smaller...

Java Program to Find Minimum of Three

›
It is the basics of any programming language to compare three numbers and display the minimum of the three. Here, we will see a short java p...

Java Program to Reverse a String

›
Here, we will see a java program to reverse a string. The string is read and is displayed in reverse order. Java program to display an input...

Java Program to Find Sum of First N Terms of an Arithmetic Progression

›
In this post we will see a java program to calculate sum of first  n  terms of an arithmetic progression. Arithmetic progression is also cal...
‹
›
Home
View web version
Powered by Blogger.