User-submitted Java Projects

72
2608 reads
skysiren's picture

Submitted by

skysiren
ArrayList Collection
The below example demonstrates how to use ArrayList Collection in java.
Run It Now!
72
2578 reads
Handling Logic Errors in Java
The below example demonstrates how to display a logical error in the code (called a bug) The below program encounterts the bug on line 9, which actually should be: single_letter = check_word.substr
Run It Now!
71
2228 reads