Features (7)
Examine class files with the javap command
Javap is useful when you want to see what your compiler is doing for (or to) you, or when you want to see what effect a code change will have on the compiled class file. Read more »
Read and write data with Java's I/O streams
All of Java's I/O is based upon streams. Once you learn the syntax for one stream; you can work with any other type in Java. This article introduces some ways of working with Java streams. Read more »
Deliver RSS content with JSP and JavaScript
You can generate RSS feeds for your JSP-based web site easily. We'll show you how. Read more »
Rely on simple design and sound logic for Java performance optimisation
Performance optimisation should be a part of any Java application development. The key is to plan for optimisation at the beginning of a project and to keep things simple. Columnist Harshad Oak shares his Java optimisation tricks. Read more »
Format Java-extracted data using DOM and XSL
Learn how to take Java-captured data, load it into a DOM document, and use XSL style sheets to format the data into any fashion you require. Read more »
StringBuffer helps you reduce Java overhead
Dealing with dynamic string data requires care to avoid excessive system resource consumption. The basic Java StringBuffer class is designed to tackle this. Read more »
Take the new I/O in JDK 1.4 for a test drive
The new Java 1.4 APIs offer increased support for buffers, regular expressions, and channels. Take a quick tour of what this new functionality can do for your Java applications. Read more »
News and features
- Latest
- Popular
- Features
- Most Discussed
-
The festive season not so festiveThis is still meant to be the festive season, isn't it? When they say you should show goodwill towards your fellow (hu)man, I don't think they meant redundancy payments. Read more »
-
This blog post covers some of the technologies available for creating applications for the Semantic Web. Read more »
-
Bridging the gap between programmers and the visionA successful project will have a hard time flying if you don't walk through the game plan before writing a line of code. Read more »
-
Quickly map drive letters in Windows XP
2008/10/01 13:30:44
-
2008/12/03 14:27:04
-
How to Reset Windows passwords
2008/10/01 14:31:09
What's on?
-
Space pr0n, patent karma and Yang out -- Club Builder
On Club Builder this week: how NASA plans to get the Internet into space, Jerry Yang is out the door at Yahoo and Brendan Eich discusses javascript engine competition.
Featured links
- Parallelism Breakthrough Video Series
Stay Competitive with Intel® Parallel Studio - C++Builder 2009
RAD visual development meets C++ power – download it now! - Hewlett Packard
Learn how to choose the right data protection solution for your business - CodeGear RAD Studio 2009
Download today to develop Native Windows®, .Net, Web and DB applications

