Contact: aviboots(AT)netvision.net.il
41,790 questions
54,475 answers
573 users
public class Test { boolean b; public static void main(String args[]) { Test t = new Test(); System.out.println(t.b); } } /* run: false */