User-submitted Projects

148
2197 reads
poojak's picture

Submitted by

poojak
Car Registration example
The simple car registration example demonstrates how to insert data into database. The example allows the user to insert car details into database and displays all the data from registration table.
Run It Now!
100
1620 reads
poojak's picture

Submitted by

poojak
Generic tag
The below example demonstrates the use of generic tags in struts. The example provides the user with a list of link which clicked will generate corresponding output.
Run It Now!
159
1955 reads
Simple Servlet example
The servlet example below demonstrates how to use java bean with servlets. The example takes an input as confirmation number from user and prints the details of the registration as output.
Run It Now!
25
2318 reads
poojak's picture

Submitted by

poojak
factorial
This programs prints factorial of a number.The output it prints is 120 as the input given is 5. Change the output to see your desired results.
Run It Now!
25
2192 reads
poojak's picture

Submitted by

poojak
simple program
prints the following pattern: * *** ***** ******* ***** *** *
Run It Now!
27
2018 reads
poojak's picture

Submitted by

poojak
Tags:

vector to store int value
Storing integers in vector array and show the outputs.
Run It Now!
77
1610 reads
deep07's picture

Submitted by

deep07
Tags:

32
2914 reads
deep07's picture

Submitted by

deep07
Inner Class
The below program demonstrates how to create a local inner class and access it.
Run It Now!
21
2706 reads
deep07's picture

Submitted by

deep07
Inner Class
The below program demonstrates how to create a local inner class and access it.
Run It Now!
35
2597 reads
deep07's picture

Submitted by

deep07
Tags:

Stack Example
The above program demonstrates how to use Stack Collections in java.
Run It Now!