|
Written by administrator
|
|
Monday, 26 May 2008 11:54 |
|
Balloon tips can be used to display informational messages like name validation, password validation etc. A balloon tip consists of message, a “I” icon to indicate that it is an information message, and a close button.
|
|
Last Updated ( Saturday, 08 August 2009 17:59 )
|
|
Read more...
|
|
|
Written by javaking
|
|
Monday, 26 May 2008 02:43 |
|
In this final part of the series "Make Your Java Applications Run Faster Part" we shall see how you can optimize Methods, Synchronization, Instantiation, Casting, Exceptions and Threads.
|
|
Last Updated ( Monday, 26 May 2008 03:02 )
|
|
Read more...
|
|
Written by javaking
|
|
Sunday, 25 May 2008 07:32 |
|
In the last part of the series “Compiler Optimizations” we saw some common optimizations done by the java compiler. You need to be aware of these optimizations because the compiler does most of the optimizations for you. In this part of the series, we shall see some optimizations that you can do to your code. These optimizations are general and apply to any programming language.
|
|
Last Updated ( Sunday, 25 May 2008 07:44 )
|
|
Read more...
|
|
|
Written by javaking
|
|
Sunday, 25 May 2008 11:35 |
|
In the previous two parts of the series "Make Your Java Applications Run Faster" we saw how the compiler does some of the optimizations for us and some general techniques that can be applied to our code. In this section, we shall see how usage of arrays and built in variables can be optimized.
|
|
Last Updated ( Monday, 09 June 2008 16:04 )
|
|
Read more...
|
|
Written by javaking
|
|
Friday, 23 May 2008 16:23 |
|
It is a general concern that java applications run slower that C and C++ applications. Which this concern is partly true; there are some things that you can do to make your applications faster. In this series of I will be presenting several articles on optimizing your java applications and suggest several techniques to make them run faster. In this Part we shall see the various Compiler Level Optimizations. Before going on to the changing your code, it is better to know the optimization that the compiler is already doing. Java compiler is intelligent and does many optimizations that even if you write sloppy code the compiler generates decent, optimized byte code. The following are some of the optimizations that the java compiler does.
|
|
Last Updated ( Sunday, 25 May 2008 07:38 )
|
|
Read more...
|
|
|
|
|
|
|
Page 5 of 7 |