Two questions: about volatile and >>> operator

Howdy!

I need a little info on these lil' critters I've got here...

First: What is thevolatile modifier...? What does it do...?

And second: What is the >>> or <<< operator...? First I just assumed they were bit rotation, but now I'm not so sure... I've used bit shifting operators before, but a webpage I found recently says Java doesn't have support for these operators...? What the...?

That is all... :)

[467 byte] By [vagrantcharlya] at [2007-10-2 8:41:04]
# 1
volatile is described here http://java.sun.com/docs/books/jls/third_edition/html/classes.html#36930and the shift operators at http://java.sun.com/docs/books/jls/third_edition/html/expressions.html#5121
pbrockway2a at 2007-7-16 22:42:59 > top of Java-index,Java Essentials,New To Java...
# 2
there is no <<< operator
dmbdmba at 2007-7-16 22:42:59 > top of Java-index,Java Essentials,New To Java...