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 For Spiral Matrix - Java Programming Interview Question

›
A spiral matrix is a matrix (two dimensional array) in which the elements are stored in a spiral fashion. Actually it is a normal NxN two di...

UnitCon - Universal Unit Converter and Currency Converter for Computers in Java

›
UnitCon Unit and Currency converter is a free unit converter software for computer. It allows you to UnitCon Free Unit Conversion Softwar...

Remote Method Invocation (RMI) in Java - Example Program to Calculate Power using RMI

›
Remote Proceure Call (RPC) is a protocol by which a computer can call a function in another computer connected through network. The caller p...

Java Program To Send an XML File From Server to Client and Display it as Table

›
XML parsed and displayed as a table In this post, i am writing a java program which will send an XML file over the network from Server t...

Temperature Converter Program Using Java - Celsius, Kelvin, Fahrenheit, Reaumur and Rankine

›
Java Temperature Converter Program A responsive and accurate temperature converter program can be made using java. In this post, we wil...

Java Program to Send a File over a Network after Encryption

›
Here is a simple java program which can be used to send and receive encrypted files over network. The sender encrypts the file before sendin...

Java Program to Implement Broadcasting System Between a Server and Many Clients

›
Screenshot of broadcast server and clients using java In this post we will see a java program which implements a broadcasting system. A ...

How to Load a Webpage in a Java App

›
Do you wonder how to load a webpage in your java application? It is simple. You can load a web document whether it is a web document in inte...

Java FileNotFoundException While File is Existing There

›
Sometimes you my encounter a FileNotFoundException in java while you can see that the specified file is there. This can happen for several r...

How to Filter Filetypes using File Extensions in JFileChooser - Java File Chooser

›
Screenshot of following example java program In java, to browse files or folders from the file system, we use the JFileChooser class. Yo...
‹
›
Home
View web version
Powered by Blogger.