Java Source Code

Free Java Source Code Example and System's Project. Download from the list of free java source code below. You can modify the source code and use it in your personal project.

Calculator Using Java

This is a small application, it requires two double type values from user in two different text fields and it calculates on that values (+, -, *, /). Five buttons for four basic Operation and one with button "C" to clear text fields. In the zip file, there is a source code as will as the setup file of this app. If you wants to use the setup only, you should install JDK on your computer. For JDK

Billing System using Java

For using this program, you have to create the DNS under control panel. Follow some steps below to create a DNS. 1. copy database any drive 2. open control panel....administrative tool.... DATA SOURCE (odbc) 3. click add button...then click on "microsoft access driver(.mdb,.accdb)" 4. click select....then choose drive where is ur database.. 5. select Billing_System.... 6. then give name as Billing

K-Means Project

PROJECT TITLE: K-Means Clustering PURPOSE OF PROJECT: Implement k-means clustering on a training data set to predict classification values of a test data set. AUTHORS: Dhanamjay VERSION or DATE: 1.0 14/08/2014 INSTRUCTIONS: 1) Compile both Java files (javac Data.java KMeansClustering.java) 2) Run KMeansClustering (java KMeansClustering) 3) After prompted, specify number of centroids to use. ------