| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
Asertion Demonstration | Java (JDK 1.4), Java (JDK 1.5) | Beginner / Josh Code | 4295 since 7/5/2008 2:30:57 PM | Unrated
|
| |
This demonstrates a feature of Java that provides a very simple way to reveal bugs after expressing unexpected conditions in your Java code. For example, if you expect a parameter not to be null, you would implement the statement: "assert parametername!=n ...(description truncated) |
| |
| |
| |
 |
GNU Spell Checker | Java (JDK 1.5) | Intermediate / Josh Code | 5482 since 2/29/2008 1:00:02 PM | Unrated
|
| |
This is a simple spell checker that can function on plane text and XML documents. They can be in files or online. This could help you identify spelling problems in XHTML web pages. |
| |
| |
| |
 |
J2ME Prevent Screen Lock-ups | Java (JDK 1.1), Java (JDK 1.2) | Intermediate / Thomas Tomlins | 14608 since 3/23/2004 7:25:25 AM |
By 1 Users
|
| |
Preventing Screen Lockups of Blocking Operations
by Qusay H. Mahmoud
October 2003
When you're developing networking MIDlets, pay special attention to blocking operations, such as methods that establish a connection to the network. These can lock up the s ...(description truncated) |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
Java Exception Handling | Java (JDK 1.4), Java (JDK 1.5) | Beginner / Kashif Khan | 8120 since 7/29/2006 6:34:10 PM | Unrated
|
| |
I want the newbies to learn Exception Handling |
| |
| |
| |
 |
Simple Compiler | Java (JDK 1.4), Java (JDK 1.5) | Beginner / Ineers Solution | 5571 since 1/29/2005 1:34:08 PM |
By 2 Users
|
| |
This is just Simple Compiler demo program which i h required to build for my Programming Language subject. Its use string tokenizer class!
Programming Language syntaxt look like this
Start
Set variablename As datatype
End
Example
Start
Set i As int
End
(ScreenShot) |
| |
| |
| |
 |
user thrown exception | Java (JDK 1.1), Java (JDK 1.2) | Beginner / Junaidulla | 6806 since 1/7/2003 1:14:17 PM | Unrated
|
| |
Shows how to throw and catch user defined exception. |
| |
| |
| |
 |
XP junit tutorial using LinkedList | Java (JDK 1.1), Java (JDK 1.2) | Intermediate / Paraclete | 18367 since 1/1/2002 11:55:18 AM | Unrated
|
| |
This is an introduction/tutorial for using junit as part of the XP (Extreme Programming) style of software development. It uses the example of a simple linked list containing Person objects. (ScreenShot) |
| |