Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Writing a Complete 5 Card Poker Game in Java - Java tutorial


After browsing through some old coding projects, I came across a simple 5 card poker game I had to write for a Java course I took back in school. I found the project to be quite fun, and I thought the algorithms for determining each hand were worth sharing. These are no where near complex algorithms, they just provide a decent example of how to convert simple thoughts and problems into code.
Category: Java tutorials > Games - Difficulty:


More cool Java tutorials:



Introduction to Java Server Pages, Your first JSP Page
Introduction to Java Server Pages, Your first JSP Page
Article on step by step installation of Tomcat 4.0 Server. Then moves on to introduce JSP and eventually builds a simple JSP page to test the installation.
Category: Java tutorials > JSP - Difficulty:
MBeanInspector for WebSphere Application Server
MBeanInspector for WebSphere Application Server
Discover MBeanInspector for WebSphere Application Server, a Java Management Extensions-based administration program for WebSphere 5. MBeanInspector is a useful testing tool; it allows users to examine MBean attributes, invoke MBean operations, and listen for MBean notifications.
Category: Java tutorials > Development - Difficulty:
Connecting MS Access Database using JDBC-OBDC Bridge Driver
Connecting MS Access Database using JDBC-OBDC Bridge Driver
Tutorials on using the JDBC-ODBC Bridge driver with MS Access database. Topics include creating MS Access database file; creating DSN for MS Access database files; inserting rows to and retrieving rows from Access database.
Category: Java tutorials > Database - Difficulty:
XML generation with JAVA
XML generation with JAVA
XML developers used to rely on XML parsers to read XML files. They also used to rely on XML processors to transform XML to *ML (HTML, XML, etc.). However, most of them forget these tools to generate XML from scratch. They should not. This article presents code samples for generating XML with JAVA/JAXP.
Category: Java tutorials > XML - Difficulty:
The Java Game Development Tutorial
The Java Game Development Tutorial
You should be already able to program in Java, although you don't have to be a expert! The tutorial will give you a very detailed introduction into the development of online games using Java. We will talk about Java Applets because everyone has a Internet browser, so everyone is able to play these games without installing the JDK!
Category: Java tutorials > Games - Difficulty: