User-submitted Java Projects

21
4122 reads
Parsing HTTP User-Agent Strings
The below example demonstrates how to determine user-agent (browser name,OS name) of the client. The below example prints the operating system name and browser name as output.
Run It Now!
21
2698 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
2562 reads
Subclassing the Thread Class
The below example demonstrates how to use threads in java.
Run It Now!
12
1765 reads
lucky29's picture

Submitted by

lucky29
Tags:

CountingSort
Sorts your array with counting.
Run It Now!
Make & share a project and showcase your talent to the world!