| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
Email Verifier | Java (JDK 1.5) | Intermediate / Amit Kumar Gaur | 4022 since 2/19/2009 8:32:07 PM | Unrated
|
| |
We are getting lot of bogus email entries by the internet users and our database is getting fake emails entries. we can prevent this by validate emails, if it will really valid then insert into database or same otherwise not.
We can use it in the web page ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Encryption and Decryption | Java (JDK 1.4), Java (JDK 1.5) | Beginner / AhmedNassar | 2221 since 4/24/2012 10:23:40 AM | Unrated
|
| |
Simple code to encrypt long number to get code, and decrypt that code to get the original number. |
| |
| |
| |
 |
End Of Year Calculation | Java (JDK 1.5) | Beginner / Jerome Scott II aka codecaine | 1813 since 11/16/2008 9:53:01 PM | Unrated
|
| |
Count how many days to the end of the year. |
| |
| |
| |
 |
Even Number Loop | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Beginner / Jerome Scott II aka codecaine | 2297 since 11/16/2008 9:58:58 PM | Unrated
|
| |
Even Number Loop Example |
| |
| |
| |
 |
Every Sum Example | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Beginner / Jerome Scott II aka codecaine | 1999 since 11/16/2008 9:58:14 PM | Unrated
|
| |
Calculates the sum to a max number |
| |
| |
| |
 |
Exception Handling in Java Tutorial | Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Beginner / Nico Yudhanto | 3915 since 10/19/2006 8:49:26 PM |
By 1 Users
|
| |
This is just a simple set of Exception Handling in Java. Includes the comparation of the same codes that are written without them, in hope that beginners in java language will have better understanding on the importance of exception handilng. |
| |
| |
| |
 |
Exceptions 1 | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate / princennamdi | 7594 since 9/30/2010 5:42:19 PM | Unrated
|
| |
Everything about exceptions(errors) and how to handle them |
| |
| |
| |
 |
Execute Applications | Java (JDK 1.5) | Beginner / Jerome Scott II aka codecaine | 2690 since 8/10/2008 8:15:21 PM | Unrated
|
| |
An example of how to execute system programs. |
| |
| |
| |
 |
Factorial in Math | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Beginner / Jake Rodriguez Pomperada | 4511 since 3/27/2007 6:09:05 AM | Unrated
|
| |
This program will compute the value of 5 and get its factorial value. Using for loop statements in Java. If you find this code useful you can leave a comment or suggestions. Thank you so much from Jake Rodriguez Pomperada :-D |
| |
| |
| |
 |
File Handling Using OOP Approach | Java (JDK 1.4), Java (JDK 1.5) | Intermediate / Saguin, Armando Jr. T. | 1529 since 8/14/2012 9:26:24 AM | Unrated
|
| |
A basic program of File handling that can manipulate the TextFile, it can SAVE, UPDATE, REMOVE, SEARCH Record in Text File format. This program is using an Object-Oriented Programming approach. (ScreenShot) |
| |