Saragondla's Posts
Nairaland Forum › Saragondla's Profile › Saragondla's Posts
1 (of 1 pages)
public class B { public int add() { return 011; } public static void main(String[] args) { B b1=new B(); //System.out.println(!new Boolean(false)); System.out.println(b1.add()); } here output will give :9 . how it will come like this please explain me any one, } |
1 (of 1 pages)