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

Improve the performance of your Java code - Java tutorial


Many algorithms are expressed most concisely as tail-recursive methods. Compilers can automatically transform such methods into loops and thereby improve program performance, but this transformation is not required by the Java language specification, so not all JVMs will perform it. This means that tail-recursive methods in the Java language can result in unexpectedly large memory usage. This article demonstrates that dynamic compilation maintains the language's semantics while static compilation often doesn't. Learn why this matters and get a bit of code to help you determine whether your just-in-time (JIT) compiler can transform tail recursion on code while preserving semantics.
Category: Java tutorials > Development - Difficulty:


More cool Java tutorials:



Connecting your exercise bike to DB2 with Java on Linux
Connecting your exercise bike to DB2 with Java on Linux
To make computers relate to the real world, we need sensors and analog-to-digital conversion. An exercise bicycle is a great example of how to interface a computer and a DB2 database to sensor data. All the steps are presented in an easy-to-follow format.
Category: Java tutorials > Database - Difficulty:
Professional JSP
Professional JSP
This is a sample chapter from the book 'Professional JSP' by Wrox Press. Inarguably the best book to master Java Server Pages.
Category: Java tutorials > JSP - Difficulty:
Certificate chain benefits of KeyMan using Java
Certificate chain benefits of KeyMan using Java
Discover KeyMan, a tool for managing keys, certificates, certificate revocation lists, and the respective repositories for storing and retrieving these items. Updated Version 1.69 contains bug fixes for access to certificate chains on remote SSL/TLS servers.
Category: Java tutorials > Development - Difficulty:
Simplest Database Sorting (Up & Down) in JSP
Simplest Database Sorting (Up & Down) in JSP
This is the simplest and fastest code that implements table sorting in JSP (Sort Ascending & Sort Descending). Excellent for JSP Database beginers
Category: Java tutorials > JSP - Difficulty:
Developing Web Applications with the Tomcat Engine
Developing Web Applications with the Tomcat Engine
Learn the basics of Tomcat and how to Develop Web Applications with the Tomcat Engine.
Category: Java tutorials > Development - Difficulty: