boolean
boolean example
* */ /** * * */ public class Boolean { public static void main(String[] args) { boolean state = true; state = false; System.out.println(state); } } /* output false */
Please send comments to
vgdarur.javafive@blogger.com
Copyright © 2008 - iForeRunner.com
http://www.iforerunner.com/