| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
A simple universal comparator | Java (JDK 1.1), Java (JDK 1.2) | Advanced / Lone Deranger (from psc cd) | 5895 since 1/3/2015 7:08:00 AM |
By 2 Users
|
|
You can use this class to sort an array of Objects without creating custom Comparators for each field. For example, if you have a class Employee, with methods getName() and getSalary(), you can simply do Arrays.sort(myEmployeeArray, new UniversalComparato ...(description truncated) |
|
|
|
 |
Abstract Method in Java Demonstration | Java (JDK 1.5) | Beginner / Jake R. Pomperada | 3472 since 4/11/2018 1:45:43 AM | Unrated
|
|
A very simple program that I wrote using Java to demonstrate how to use Abstract Method. I am using Netbeans in writing this simple program as my IDE.
I am currently accepting programming work, it project, school programming projects , thesis and capstone ...(description truncated) (ScreenShot) |
|
|
|
 |
Basics of Sockets and Java | Java (JDK 1.1), Java (JDK 1.2) | Beginner / hamsters at xssi.net (from psc cd) | 4112 since 1/3/2015 1:30:00 AM |
By 10 Users
|
|
This is used to show a developer how to use and build Client / Server app's by using Sockets. This is very basic, and doesn't go over using UDP. Just TCP. (UDP = Datagrams.) *VOTE* |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
Beginner Employee Class | Java (JDK 1.2) | Beginner / lostcauz (from psc cd) | 3883 since 1/3/2015 4:23:00 AM |
By 17 Users
|
|
This is a simple example of calling methods from other classes. My first Java submission and it includes Name, Address and Employee class along with a test driver program. This was required for my Java II class. Most of my submissions here are in the VB c ...(description truncated) |
|
|
|
 |
Boat Test | Java (JDK 1.3), Java (JDK 1.4) | Beginner / Umme Samiha Esha (from psc cd) | 3036 since 1/4/2015 5:56:00 PM |
By 5 Users
|
|
This Code is very Simple about checking out Boat Numbers of Boat Sails....Check it out for more info :) ....If you have any query email me @ amazon707@gmail.com ....Thanks-- Samiha Esha :) |
|
|
|
 |
Chat | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate / Tareq Abuzuhri (from psc cd) | 3673 since 1/4/2015 6:25:00 PM |
By 4 Users
|
|
Chat Client Servier (ScreenShot) |
|
|
|
 |
Compute the Area of the Circle in Java | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Beginner / Jake R. Pomperada | 4999 since 10/15/2016 3:54:43 AM | Unrated
|
|
Here is one of the oldest code in Java when I start learning how to program on it to compute the area of the circle in this example I am still using buffered reader in order to accept input values from the user.
Add me at Facebook my addressis jakerpomper ...(description truncated) |
|
|
|
 |
CSV File Parser V ersion 1.0 | Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate / G Vinodh (from psc cd) | 2941 since 1/4/2015 11:05:00 AM |
By 3 Users
|
|
Please DO NOT FORGET TO VOTE....CSV File Parser is a code to parse csv to get a word by word out put it does not use StringTokenizer but uses split function to parse it may be useful in parsing address books which may be imported in csv format. The second ...(description truncated) |
|
|
|
 |
CSV File Parser Version 2.0 | Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate / G Vinodh (from psc cd) | 3031 since 1/4/2015 11:10:00 AM |
By 4 Users
|
|
This version two has improved code to detect the separator format and automatically eliminates null values. It can resolve the word1,word2 OR "word1","word2" . PLS DONT FORGET TO VOTE. You may modify the code as you wish. |
|
|
|
 |
Decimal To Octal Converter in Java | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Beginner / Jake R. Pomperada | 3748 since 6/25/2016 6:31:59 AM | Unrated
|
|
This simple program will ask the user to give a number and then our program will convert the given number by the user into octal equivalent. The program is very easy to understand and use.
Add me at Facebook my address is jakerpomperada@gmail.com and ja ...(description truncated) (ScreenShot) |
|