User-submitted Projects

30
2496 reads
KingLord007's picture

Submitted by

KingLord007
Tags:

Write A Method In Java.
The below program demonstrates how to write a method in Java.
Run It Now!
33
2481 reads
KingLord007's picture

Submitted by

KingLord007
Writing an Interface
The below example demonstrates how to Implement an Interface by Multiple Classes. The below example defines an Interface "Dutiable" which has two methods payDuty() and getDutyRate().
Run It Now!
33
2630 reads
KingLord007's picture

Submitted by

KingLord007
Use Inhertitance In Java.
The below program demonstrates how to use Inhertitance in java. The below program defines a Super Class named Auto which is extended by two Derived Class named EuropeanAuto & JapaneseAuto.
Run It Now!
25
245 reads
Chetan's picture

Submitted by

Chetan
Tags:

49
1673 reads
Evolution of Web Application
The below example demonstrates how to dispatch url after some time of a registration page. if you access registration page directly then it will show the message "direct access is denied".
Evolution of Web Application

Run It Now!
72
1790 reads
KingLord007's picture

Submitted by

KingLord007
Tags:

Print Array Keys
This program demonstrates how to print array keys using array_key() function in PHP.
Run It Now!
31
143 reads
Chetan's picture

Submitted by

Chetan
Tags:

67
1658 reads
Stickystickman's picture

Submitted by

Stickystickman
Tags:

Print Array using index value
This program demonstrates how to print Array using index value in PHP.
Run It Now!
80
1442 reads
Stickystickman's picture

Submitted by

Stickystickman
Tags:

Print Array Key
This program print Array key for only one index value in php.
Run It Now!
342
12380 reads
NestorBueno's picture

Submitted by

NestorBueno
Tags:

Bingo card generator
A simple program to generate random card numbers for the Bingo game
Run It Now!