Thread: Java Question
View Single Post
Old 02-26-2005, 09:55 AM   #1 (permalink)
ZoneFire
 
True Techie

Join Date: Sep 2004

Posts: 156

ZoneFire

Default Java Question (Dynamic Binding)

Quote:
hour = ( ( h >= 0 && h < 24 ) ? h:0 )
may i know what is the function of the "?" in the syntax above?
thank you
__________________
The important thing is not to stop questioning...
Albert Einstein
ZoneFire is offline