A proble about the symbol of "&" and "&&"

Hello,

I don't know what the difference between& and&&.who can tell me the difference between them.

Thanks very much!!!

yours

Icepoint

[195 byte] By [Icepointa] at [2007-11-27 11:52:41]
# 1

Gyagya.

hiwaa at 2007-7-29 18:46:03 > top of Java-index,Java Essentials,New To Java...
# 2

feed my child you are weak

http://java.sun.com/docs/books/tutorial/java/nutsandbolts/operators.html

TuringPesta at 2007-7-29 18:46:03 > top of Java-index,Java Essentials,New To Java...
# 3

Thanks TuringPest !My problem has been resolved.

i have show you duck!

Thanks again!

Icepointa at 2007-7-29 18:46:03 > top of Java-index,Java Essentials,New To Java...
# 4

> i have show you duck!

WTF is that supposed to mean?

floundera at 2007-7-29 18:46:03 > top of Java-index,Java Essentials,New To Java...
# 5

"i want to making duck berzercker!"

TuringPesta at 2007-7-29 18:46:03 > top of Java-index,Java Essentials,New To Java...
# 6

sorry,what's the mean of "WTF"?

Icepointa at 2007-7-29 18:46:03 > top of Java-index,Java Essentials,New To Java...
# 7

WTF = What the ...

You can work out the last word.

floundera at 2007-7-29 18:46:03 > top of Java-index,Java Essentials,New To Java...
# 8

& is a logical operator and && is is a joining operator.

We can use & in circuit operations,in bitwise operations.

&& is used to see if two boolean expressions are true at the same time in an expression.

Avik_Sa at 2007-7-29 18:46:03 > top of Java-index,Java Essentials,New To Java...
# 9

Thanks for that Avik but I think they worked it out almost 2 hours ago.

floundera at 2007-7-29 18:46:03 > top of Java-index,Java Essentials,New To Java...