Welcome Message

Hi, welcome to my website. This is a place where you can get all the questions, puzzles, algorithms asked in interviews and their solutions. Feel free to contact me if you have any queries / suggestions and please leave your valuable comments.. Thanks for visiting -Pragya.

January 9, 2010

Nice Ques (Asked in Nucleus Software Written Test)

if(new Boolean("true") == new Boolean("true")){
System.out.println("True");
}else{
System.out.println("False");
}

Ans : False

No comments: