Java Source Code

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.

Query Country Information from IP Address in Java

Submitted by chrislim2888 on
This sample code show you how to get the country name from IP address. It requires the download of BIN database for the query. You can download it free at http://lite.ip2location.com. I'm using the Eclipse for development. You will need to put them into src folder and link the JAR file. After all, you can run the testing. The sample BIN only contains partial record, therefore you may wan to

Training and Placement System in College (Java+ MySQL)

Submitted by Raj.Sharma on
Training and placement system developed by me in Java Netbeans 7.3.1 + MySQL 5.5 for the engineering students thesis submission in java. This project is very useful for beginners who wanna learn database programming in java........... Main Features are : 1. Course Entry 2. Companies Entry 3. Students 3.1. Profile Entry 3.2. Training 3.3. Placements 4. Reports 4.1. Students Training 4.2. Students

Add/Delete/Insert/Update Java Netbeans and SQL Database Program

Submitted by Josphatwa on
This is a simple program to add, delete, search and update data in a jtable database. To run the program just open your server and create database called hostel and go to dist folder in the zip and run the compiled jar file. for more information contact me [email protected].

Hospital System (JAVA GUI)

Submitted by Seshele on
This was given as an assignment when i was on 2nd year. Its aim was to implement or get use to the components of GUI in Java whereby I have tried as much as I can to ensure that everything is include. It includes Font text change(e.g italic, bold) as well as printing in the form of table.This made me aware of something that i can't realized, that i have got this kind of gift. Its a simple thing

Training and Placement System (Java+ Ms Access)

Submitted by Raj.Sharma on
Training and placement system developed by me in Java Netbeans 7.3.1 + MS Access 2010 for the engineering students thesis submission in java. This project is very useful for beginners who wanna learn database programming in java........... Main Features are : 1. Course Entry 2. Companies Entry 3. Students 3.1. Profile Entry 3.2. Training 3.3. Placements 4. Reports 4.1. Students Training 4.2

How to Use OOP (Object Oriented Programming) In Java

Submitted by Yorkiebar on
Introduction: Welcome to my tutorial on how to use OOP (Object Oriented Programming), I am using Java to do this however, the principle applies for OOP in general. Steps of Creation: Step 1: First I have created a simple project in Java IDE called Eclipse. I have two classes, one called Main to host the form/frame/window of the application and handle the output, and a Game class which is going to

How to Create a Notepad Project in Java

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a simple Notepad application in Java. The program will save and open files as well as have close and new functions. Steps of Creation: Step 1: First we want to create two classes; Main and Grid. In our Main class we will have our JFrame (which is the window of the application). The JFrame will lead to our Grid class which will contain the Notepad

Name Generator in Java

Submitted by Sherwin14 on
This is a simple java program that will generate the letter or a word that you have been inputted into a bigger letter or word using asterisk (*) symbol. Sample source code: import java.util.*; /** * @title Name generator :D *@version 1.0 * @author Sherwin Pitao * */ public class Name { public static void main(String[] args) { System.out.print("Enter your Name[Small Caps Only]:"); Scanner in = new