Вы находитесь на странице: 1из 1

Things to look out for while coding:

Arithmetic operation of float/double.


Check for null first then other checking should be done. Otherwise exception might be thrown in
runtime.
Example: if ( sb !=null && sb.length>0 )

Вам также может понравиться