Tuesday, April 22, 2008

Java Question of the Day- 22/04/2008

What is the output? (Don’t compile or execute this program)



public class Anyonecancode {


static void main(String[] args) {

String s1 = new String("Anyone can Code");
String s2 = new String("Anyone can Code");

StringBuffer sb1 = new StringBuffer("Anyone can Code");
StringBuffer sb2 = new StringBuffer("Anyone can Code");

System.out.println(sb1 == sb2 && s1 == s2);
System.out.println(s1.equals(s2) || sb1.equals(sb2));

}

}

a)
true

true

b)
false
false

c)
false
true

d)
true
false

e)
other

No comments:

ePlantAnalyzer - Plant Identification System by Analyzing Leaf Patterns by Saneth Dharmakeerthi

Search

Google
 

Sun Developer Network Highlights

Java and J2EE

Rational Functional Tester

Rational Functional Tester

Latest headlines from JavaWorld

JavaRanch Programmer Certification (SCJP)

Oracle JDeveloper News

Life of a java disciple

Java Studio Creator Headlines