| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
_My First Java_ | Java (JDK 1.4) | Beginner / Enrico Lorenzo | 22772 since 12/4/2004 10:06:33 PM |
By 7 Users 2 Excellent Ratings
|
| |
This is my first java project. Read problem.txt for the problems. |
| |
| |
| |
 |
A [ BASIC interpreter ] | Java (JDK 1.4), Java (JDK 1.5) | Beginner / Douglas Allen | 5772 since 9/14/2009 9:14:00 AM |
By 1 Users
|
| |
Remember BASIC? These java classes will run some simple BASIC commands from your source files....
MYCODE.BAS
see readme.txt for more info. (ScreenShot) |
| |
| |
| |
 |
A CLASS SHOWS HOW INTERFACE,INHERITANCE,ABSTRACT CLASSESS WORKS | Java (JDK 1.2) | Advanced / Xolani | 22198 since 6/2/2003 7:03:35 AM |
By 4 Users
|
| |
To show how interface, abstract classes works (ScreenShot) |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
a simple queue | Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Beginner / felix knorr | 5210 since 4/23/2009 8:54:03 AM | Unrated
|
| |
it's a simple queue written by me with generics
it's for beginner to understand how a queue works
for an integer QUEUE:
( Queue<Integer> myQueue = new Queue<Integer>() ) |
| |
| |
| |
 |
A simple universal comparator | Java (JDK 1.1), Java (JDK 1.2) | Advanced / Lone Deranger | 23194 since 11/29/2002 9:22:22 PM |
By 2 Users 2 Excellent Ratings
|
| |
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) |
| |
| |
| |
 |
A SQL Connection Class | Java (JDK 1.2) | Beginner / Xolani | 24952 since 12/5/2002 8:33:47 AM |
By 3 Users
|
| |
A simple connection class to SQL database via the odbc ....!!! |
| |
| |
| |
 |
ActionManager.java | Java (JDK 1.1) | Not Given / M. J. Stam | 15945 since 7/30/1999 |
By 2 Users
|
| |
This is a JFC related class for managing actions in an
application or applet. Actions and components are tied
together via an action command string. |
| |
| |
| |
 |
Alerts in J2Me | Java (JDK 1.4) | Intermediate / Bmaq007 | 14825 since 8/17/2004 5:21:25 AM |
By 1 Users
|
| |
Just an example of how the new alert feature in MIDP 2 works |
| |
| |
| |
 |
Area of the Circle using OOP | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Advanced / Jake Rodriguez Pomperada | 2426 since 12/7/2011 11:31:52 AM | Unrated
|
| |
Code to solve the Area of the Circle using OOP in Java.
Another application that I wrote in Java using Object Oriented
Programming approach I intended my work for beginners in Java
Programming.
If you have some questions about my work in programming
pleas ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Basic Employee Class | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Beginner / Adam Szabo | 13766 since 6/2/2004 12:37:58 AM |
By 3 Users 2 Excellent Ratings
|
| |
This is a basic employee class file that can be used to learn about constructors and get and set methods. Maybe you might find a use for it in a program. Feel free to modify it as you please. |
| |