User-submitted Projects

25
277 reads
djkoder's picture

Submitted by

djkoder
Tags:

33
215 reads
djkoder's picture

Submitted by

djkoder
Tags:

javafile1
simple java example
Run It Now!
386
9003 reads
Madman0101's picture

Submitted by

Madman0101
Observer Pattern
This example demonstrates Observer Pattern in java. this example Observer Pattern Defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notifi
Run It Now!
153
1809 reads
Madman0101's picture

Submitted by

Madman0101
Mediator Pattern
This example demonstrates Mediator Pattern in java.Mediator define an object that encapsulates how a set of objects interact.
Run It Now!
177
1871 reads
Madman0101's picture

Submitted by

Madman0101
Strategy
This example demonstrates Strategy in java. this example Strategy Define a family of algorithms, encapsulate each one, and make them interchangeable.
Run It Now!
153
3158 reads
Madman0101's picture

Submitted by

Madman0101
Initialization Parameters In JSP And Servlet.
The mail-list example below demonstrates how to set initialization parameters in JSP and servlet. This example takes firstname, last name and email from user, writes the details into a text files spe
Initialization Parameters In JSP And Servlet.

Run It Now!
239
4954 reads
Madman0101's picture

Submitted by

Madman0101
Shared Objects
The Shopping Cart example below demonstrates how to use servlets with JSP. The example allows the user to add items to a shopping cart, and then view the contents of the cart.
Shared Objects

Run It Now!
69
2929 reads
Madman0101's picture

Submitted by

Madman0101
Tags:

Use Arrays In Java.
The below example demonstrates how to use arrays in java. The below example creates an array of objects of Class Game until the user press n as input.
Run It Now!
38
201 reads
djkoder's picture

Submitted by

djkoder
Tags:

testjava1
simple java project
Run It Now!
166
2139 reads
SuperMario3's picture

Submitted by

SuperMario3
The Cookie Example
The cookie example below demonstrates how to use cookies with JSP and servlets. The example allows the user to download songs from the respective album.
The Cookie Example

Run It Now!