| Better, Faster, Lighter Programming in .NET and Java : An article by Justin Gehtland, coauthor of Better, Faster, Lighter Java, explaining 5 principles to Better, Faster, Lighter Programming in Java. |
| jar files : A simple presentation on archiving and packaging Java code and using jar program. |
| Threading lightly, Part 1: Synchronization is not the enemy : If threads send you to sleep, read this interesting article on Threading in Java. It will help you to learn when to synchronize and how expensive is using Threads in Java. |
| Tuning Java I/O Performance : An article by Glen McCluskey, which discusses and illustrates a variety of techniques for improving Java I/O performance. |
| Java networking : Though this article discusses new networking features in J2SE 1.4, it contains useful information, which is quite useful. |
| Making Java Objects Comparable : How do you compare objects in Java? |
| An introduction to the basic structure and functionality of the Java Virtual Machine : Excellent place to start, for the newcomers to Java! |
| Make cents with BigDecimal and Write Java programs to calculate and format currency : Have you ever tried to work with currency using java primitives floats and doubles. If yes, you know why this article is important. An article By Robert Nielsen, discusses the need for BigDecimal to work with currency. |
| Working with Money in Java : Another article to help you understand why java primitives float and double cannot be used, if you wish to work with money. |
| The Java class file lifestyle : An introduction to the basic structure and lifestyle of the Java class file. An article by Bill Venners. This article is supposed for the beginners, but I do not recommend it for the beginners. The beginners may not fine this article interesting. They should try a couple of programming examples.
|
| Create a Java .exe file : If you have ever wished to create a Java executable, read this answer from Michael Geisler, who is a solutions architect with Sun Microsystems and has more than 14 years of experience in the IT and telecommunications industry. |