Contact: aviboots(AT)netvision.net.il
39,845 questions
51,766 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 */