Crazy Java guy
Tuesday, July 29, 2014
Thursday, July 24, 2014
Thursday, March 28, 2013
Simple but Can you guess?
Integer a=100,b=100;
if (a==b) "its true"
Integer a=1000,b=1000;
if (a==b) "its false :-)"
if (a==b) "its true"
Integer a=1000,b=1000;
if (a==b) "its false :-)"
Subscribe to:
Comments (Atom)