| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
Java Web Browser | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3) | Beginner / Naresh Shahi | 6000 since 5/28/2005 8:53:19 AM |
By 2 Users
|
| |
to build up a own browesr with commonly used tools on window in object orient programming concept. and this program will teaches how to use those controls on broweser and also use images on buttons. it also stores the URL address as history and move it ba ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Java's comparison to Multiple Inheritance | Java (JDK 1.1), Java (JDK 1.2) | Intermediate / theMayor | 4550 since 9/9/2003 2:14:23 PM |
By 1 Users
|
| |
Java does not have the capability of Multiple Inheritance as in C++. However there is what's called an interface that provides the same purpose. |
| |
| |
| |
 |
JSArray | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Beginner / Raalnan Five | 2639 since 11/2/2005 2:46:58 PM |
By 1 Users
|
| |
Accept a RecordSet and out put a JavaScript Array |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
Library Management System | Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Beginner / Mandeep Kaur Bhatti | 3532 since 7/25/2012 10:46:03 AM |
By 1 Users
|
| |
this software is mainly build to simplify the tasks of library administrators...nd others members of library effeciently and effectively (ScreenShot) |
| |
| |
| |
 |
Linked List Project | Java (JDK 1.2) | Beginner / michael worthington | 6396 since 2/7/2002 8:12:33 PM |
By 1 Users
|
| |
the linkedlist class, privately using the node class, acts likes an array. however, unlike a java array, you do not need to preset a length for a linked list. check out my website to add your own methods to the class. |
| |
| |
| |
 |
Listing Computers and IP's on the same LAN | Java (JDK 1.1), Java (JDK 1.2) | Beginner / suhan | 6537 since 4/21/2003 2:14:10 AM |
By 1 Users
|
| |
Shows the computer names and IP addresses on the same LAN. Using W2k and XP's "net view" command.
DON'T VOTE! It's only for sharing. |
| |
| |
| |
 |
matrix class | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Beginner / Jehan Athar | 3420 since 8/10/2004 5:54:20 PM |
By 1 Users
|
| |
A class designed to serve as a matrix object. |
| |
| |
| |
 |
Matrix Manipulation Class | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Beginner / Henrique Antonio | 3826 since 6/10/2005 10:57:09 AM | Unrated
|
| |
The following is a matrix class with all of the basic functions: matrix multiplication, scalar multiplication, addition, subtraction, transpose, determinant, inverse and adjoint. Included is also a brief example of how the class is used. |
| |
| |
| |
 |
Method Finder | Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4) | Intermediate / (@ For More Details visit )P S Ruwanpathirana | 2627 since 7/8/2004 11:22:28 AM |
By 1 Users
|
| |
If you are not using any Development Environment to design Java programs, You may facing problems, how to find method names and return types of predefined java library classes such as java.lang.String. You can solve that problem easily by Using Method Fin ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Methods | Java (JDK 1.2) | Beginner / S.S. Ahmed | 5623 since 4/30/2001 2:34:15 AM | Unrated
|
| |
Shows how to write methods that return some value in Java.
|
| |