Friday, 22 May 2009
Some Notes on Coding
Posted on 05:43 by Unknown
some of the points you should note while doing development 1. on java Use primitive data types instead of objects as instance variables. Use the final modifier on instance-variable definitions to create immutable internally accessible objects Eliminate unnecessary casts (use jdk1.5 feature) String.equals() is expensive if you are only testing for an
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment