| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
[ Parallel Port Viewer ] | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Advanced / Michael Margold | 57260 since 7/10/2004 7:32:25 AM |
By 4 Users 3 Excellent Ratings
|
| |
It is possible to use parallel port for many interesting applications (i.e. connect LCD Display or leds to it). Parallel Port Viewer show how parallel port works on hardware level!!! (ScreenShot) |
| |
| |
| |
 |
_____a TUTORIAL in PASSING PARAMETERS | Java (JDK 1.1), Java (JDK 1.2) | Beginner / Lloyd Bellodo | 16132 since 1/29/2004 3:07:16 AM |
By 5 Users 2 Excellent Ratings
|
| |
This is a tutorial in PASSING PARAMETERS to both applet and applications. Complete and easy to understand! Sample programs contain simple codes with a clear explanation. |
| |
| |
| |
 |
A Calculator with trigonometric functions | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate / Phuntsho Gayenden | 4300 since 6/13/2011 8:54:34 PM | Unrated
|
| |
Its a calculator with the following functions:
+,-,/,x,M+,M-,M,Mc,sin,tan,cos,square root,square with/without decimal in radians/degrees.
The trigonometric functions cannot be +,-,/ or x. I haven't written code for that. Have exams right now. Might upgrad ...(description truncated) |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
add two | Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate / Mark Anthony Mendez | 12871 since 8/20/2004 11:58:32 PM |
By 3 Users
|
| |
add two numbers by using input/output |
| |
| |
| |
 |
Advance_calculator | Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Beginner / Bhushan_Manekar | 7416 since 8/24/2007 11:11:41 AM | Unrated
|
| |
calculations (ScreenShot) |
| |
| |
| |
 |
Advanced Keyboard Input | Java (JDK 1.1), Java (JDK 1.2) | Beginner / Kenneth Sundnes | 20015 since 11/15/2002 8:53:24 AM |
By 2 Users
|
| |
This method ask a question, gets input from keyboard, and do not return before input is the way you want it to be! |
| |
| |
| |
 |
Akar Kembar | Java (JDK 1.2) | Beginner / Mr. SNMP Simamora | 4900 since 2/18/2010 9:11:46 AM | Unrated
|
| |
mencari akar kembar, x1 dan x2 (ScreenShot) |
| |
| |
| |
 |
Append data to a file | Java (JDK 1.1) | Not Given /
| 38564 since 6/22/1998 |
By 6 Users 4 Excellent Ratings
|
| |
In Java 1.1 you can just pass true as the second argument to this FileOutputStream constructor to indicate that you want to append data to the file:
public FileOutputStream(String name, boolean append)
throws IOException
In Java 1.0, however, you must u ...(description truncated) |
| |
| |
| |
 |
Array List | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Beginner / sambokochi | 4358 since 6/17/2010 8:31:46 AM |
By 1 Users
|
| |
Add customer to an array list (ScreenShot) |
| |
| |
| |
 |
arraydemo | Java (JDK 1.4), Java (JDK 1.5) | Beginner / karunesh kumar | 7289 since 10/6/2006 6:00:34 PM | Unrated
|
| |
it helps to learn more about array. |
| |