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.

How to Use printf, println and print Methods in Java

›
To display output on terminal, we can use print, println or printf methods (functions) in Java. These methods are available in the static P...

Making of Tetris Game in Java

›
Here in this post, i will share a Java program to make a Tetris game. I have already wrote a post on how to make a tetris game in C language...

Java Code to Restart Windows

›
Are you thinking how to restart Windows from Java. You can restart Windows operating system by executing a system command. You can restart w...

How to Schedule a Shutdown in Java - Java Code to Schedule a Shutdown

›
In this post, we will see how to schedule a shutdown in a computer using java program. For this, we execute the appropriate shutdown command...

How to Shutdown Computer from Java - Java Code to Shutdown Computer

›
Java program can cause a computer to shutdown. In order to shutdown a computer using java code, you should execute the shutdown command in t...

How to Logoff or Sign Out Windows Using Java Code

›
You can sign out the current user account from windows using java code. Sign out, log out or logoff button can be created using simple lines...

Java Program for Animated Solution for Tower of Hanoi Puzzle Problem

›
This is a java program to solve towers of hanoi puzzle problem. This java program give solution for tower of hanoi problem with any number o...

Java Program to Solve Tower of Hanoi Puzzle Problem

›
This is a java program to solve towers of hanoi puzzle problem. This simple java program gives solution for tower of hanoi problem with any ...

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...
‹
›
Home
View web version
Powered by Blogger.