Wednesday, August 19, 2009

Java Basics - 3

Hi All,

Continuing.....

1. Try to get the knowledge of different Java Operators.
2. Don't use the operators without knowing them. Please....

Advice:

1. Never use the '&' operator in cases where you have to do a logical comparison.
2. Please use the '&&' operator.
3. & is for Bitwise AND and && is for logical AND.

Read, understand the basics before you code.

Link-1

Thanks,
Ananth Gouri

No comments:

Post a Comment