Contact: aviboots(AT)netvision.net.il
42,236 questions
54,956 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 */