User-submitted Projects

126
3780 reads
SuperKodes's picture

Submitted by

SuperKodes
Online CD Shopping cart.
The online CD shopping cart example below demonstrates how to create a shopping cart in JSP. The example allows the user to add items to a shopping cart, and then view the contents of the cart.
Run It Now!
80
3536 reads
skysiren's picture

Submitted by

skysiren
Coupon Collector

Given N distinct card types, how many random cards do you need do collect before you have (at least) one of each type? This program simulates this random process.


Run It Now!
71
2900 reads
Anonymous Local Inner Classes
The below example demonstrate how to implement Innerclass in java. The example allows the user to view balance details as output.
Run It Now!
72
2604 reads
skysiren's picture

Submitted by

skysiren
ArrayList Collection
The below example demonstrates how to use ArrayList Collection in java.
Run It Now!
31
2352 reads
skysiren's picture

Submitted by

skysiren
Tags:

Twenty Questions

Prints the instructions for drawing a dragon curve of orders 0
* through 5.


Run It Now!
70
1572 reads
SagarKhote's picture

Submitted by

SagarKhote
Tags:

Extract Array
This program demonstrates Extracting Array using extract() function in PHP.
Run It Now!
65
1721 reads
SagarKhote's picture

Submitted by

SagarKhote
Tags:

Find Element in Array
This program demonstrates how to find Element in Array in PHP.
Run It Now!
155
3742 reads
JSP Filter example
The filter example below demonstrates how to user filters with servlets. The example allows the user to view special offers which gives random offers.
Run It Now!
103
1679 reads
User details example
The user info example below demonstrates how to use multiple servlets. The example allows the user to view the list of customers where user can edit or delete customer details.
Run It Now!
22
2433 reads
SagarKhote's picture

Submitted by

SagarKhote
Tags:

JSP Portal example
The JSP Portal example below demonstrates how to build website portal using JSP and Servlets. The example allows the user to select a portal as input and get its details as output.
Run It Now!