User-submitted Projects

123
2094 reads
ActivityLifeCycle
Application demonstrates the Android Activity LifeCycle process(Call back methods).
ActivityLifeCycle

Run It Now!
123
2143 reads
oddsum

#include
#include

using namespace std;

int main(int argc, char* argv[])
{
long max = 0;
long sum = 0;

cout<<"Enter Maximum No:";
cin>>max;


Run It Now!
123
2343 reads
Execute And Wait Interceptor
The below example demonstrates Execute and Wait interceptor in Struts 2.
Execute And Wait Interceptor

Run It Now!
123
1600 reads
Action and Results
This example demonstrates how to use Actions and results in struts framework.
Action and Results

Run It Now!
123
1556 reads
JavaKoder's picture

Submitted by

JavaKoder
Hello World Using Annotations
The below example demonstrates how to integrate Spring and Struts 2 with the help of a simple hello world example.
Hello World Using Annotations

Run It Now!
123
3470 reads
Mastermind's picture

Submitted by

Mastermind
The Online Gas Purchase Store
The online gas purchase store example below demonstrates how to use core tags and formatting tags in JSP. This example accepts purchase details from user and adds them into the current purchases tabl
The Online Gas Purchase Store

Run It Now!
122
2148 reads
aznaveh's picture

Submitted by

aznaveh
Tags:

anagram
The program prints anagram of a number, anagram of 123 is 321 and vice versa
Run It Now!
122
2608 reads
count-elements-in-a-vector

count-elements-in-a-vector


Run It Now!
122
2851 reads
Ram1

// Tic-Tac-Toe
// Plays the game of tic-tac-toe against a human opponent
#include
#include
#include
#include
using namespace std;
// global constants
c


Run It Now!
Make & share a project and showcase your talent to the world!