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.

Java Web Scraper

Submitted by raffyapurillo on
This is a web scraper a customized web scraper for Esomar.org How to Use: Paste the search URL ie. Site: http://www.esomar.org/membership/members-search.php?pages=125&page=membership/members-search&type=members&country=&company=&keywords=%&specialisation= ..and Click "Get URLs" It will get all the links of the results and go to next page up the nth page specified on the "Pages". ..then Click

Ensuring Data Security in Cloud Computing

Submitted by tanmaynehete on
Cloud computing has been envisioned as the next-generation architecture of IT enterprise. In contrast to traditional solutions, where the IT services are under proper physical, logical and personnel controls, cloud computing moves the application software and databases to the large data centers, where the management of the data and services may not be fully trustworthy. This unique attribute

Prison Management

Submitted by deepak.gupta150 on
This is a prison management system made in Java... Prisoner and Warden Id are auto generated Use prison_management to create DSN ...Enjoy ....................................................................... An application is to be developed that manages the wardens and prisoners at a prison. Each prisoner is identified by a unique number. Details, such as name and number of days left to serve

Number Subsets Calculator in Java (Applet using AWT)

Submitted by onyx_ash08 on
Guys, here is a problem given to us by our professor during our class in Object-Oriented Programming. Here, I used the AWT library of Java to design the interface. Problem: Given an array containing some integers (there may be duplicates), write a routine or method that returns all the possible sums that can be formed by using numbers in the array. For instance, if the array contains 4 and 6, the

Decimal to Hexadecimal Conveter in Java (Console-Based)

Submitted by onyx_ash08 on
Hi guys! I'm here again. Today, I will show you a Java program I made that can convert a Decimal Number to its equivalent Hexadecimal Value. It is very easy to do this because I just followed the rules in converting from decimal to hexadecimal number in number system. Take note that there are 16 values or digits used in hexadecimal number system which is the number from 0 to 9, and the first six

Decimal to Octal Converter in Java (Console-Based)

Submitted by onyx_ash08 on
Watch out this guys! I made this decimal-octal converter in Java. I used the BlueJ text editor to write, compile and run my program. You can download the BlueJ software from my blog site at http://www.eturo.co.cc/p/downloads.html or from the official website of BlueJ at http://bluej.org/. Download the source code below and try it in your own. You can modify and add some features. See the