Programming Tutorials

Comment on Tutorial - strictfp in Java 2 By Baski



Comment Added by : Avinash kumar

Comment Added at : 2011-11-09 11:16:19

Comment on Tutorial : strictfp in Java 2 By Baski
if the two StringBuffer object contain same String then why the equals() method should not return true value.Eg a=new StringBuffer("java");b=new StringBuffer("java").if(a.equalsb)) should not return true.why?

View Tutorial