Geekpedia Programming Tutorials






Tutorials and Code Java Tutorials and Code

1 2 3
(27 tutorials and code snippets in 3 pages)
Latest Tutorials: RSS Feed RSS Feed     KlipFolio Klip Klip     Add to Google    Add to My Yahoo!    Subscribe in NewsGator Online    Add To Windows Live    Subscribe with Bloglines   
Latest Code: RSS Feed RSS Feed     KlipFolio Klip Klip     Add to Google    Add to My Yahoo!    Subscribe in NewsGator Online    Add To Windows Live    Subscribe with Bloglines   
Tutorial

-----
No votes

Aug 1st 2008
by Louis Fernandez

Working With Collections In Java - Part 1

A look at the Collections Framework of Java which provides a large set of popular data structures such as stacks, linked lists and dynamic arrays.

Code

-----
No votes

Oct 2nd 2008
by Andrew Pociu

Find Twin Primes

Find the first 1000 twin prime numbers in Java using an isPrime function for the primality check and a value comparison between the prime numbers.

Tutorial

****-
3.25 from 4 votes

Jul 7th 2008
by Jesse Bonzo

Quicksort in Java

A quick intro to the Quicksort algorithm in Java, showing an efficient (if not optimal) way to sort.

Code

****-
4 from 1 votes

Aug 10th 2008
by Andrew Pociu

Basic HTTP Server In Java

Create a basic HTTP server in Java that answers browser requests and serves the requested page to the client, using the ServerSocket object.

Tutorial

****-
3.81 from 16 votes

May 3rd 2008
by Louis Fernandez

Multithreading Fundamentals in Java

This tutorial covers how to create and manage threads in Java's multithreaded environment. It also explains the part that the Runnable interface plays in having classes run inside threads.

Code

***--
3 from 4 votes

Aug 8th 2008
by Andrew Pociu

Minesweeper Game In Java

A fully functional Minesweeper game in Java that is similar to the one bundled with Windows, and that can be easily enhanced.

Tutorial

****-
3.67 from 3 votes

Apr 16th 2008
by Louis Fernandez

Selection Sort Algorithm in Java

The selection sort algorithm is slightly better performing than bubble sort, and so we're going to explain how it works and implement it in Java.

Code

-----
No votes

Aug 7th 2008
by Andrew Pociu

Get Velocity And Position Of A Projectile

Use Java, physics and simple math to calculate the position of a projectile at a given time and its velocity.

Tutorial

*****
4.27 from 11 votes

Mar 2nd 2008
by Louis Fernandez

Bubble Sort Algorithm in Java

The bubble sort is notoriously slow, but it's conceptually the simplest of the sorting algorithms and for that reason is a good beginning for our exploration of sorting techniques.

Code

*****
4.45 from 11 votes

Aug 5th 2008
by Andrew Pociu

Chess Game In Java

A fully functional chess game in Java, without an AI or disallowing moves that are considered to be illegal according to the rules of chess.

1 2 3
(27 tutorials and code snippets in 3 pages)
Filter Results
Show:


Latest IT Jobs


Other Resources
Latest Tech Bargains

Advertisement

Free Magazine Subscriptions

Today's Pictures

Today's Video

Other Resources

Latest Download

Latest Icons