Contact: aviboots(AT)netvision.net.il
41,379 questions
53,922 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 */