Is it possible to compare various strings with the help of == operator?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is constructor and virtual function? Can we call a virtual function in a constructor?

0 Answers  


Is it possible to override the main method?

0 Answers  


Name the runtime exceptions that occurs frequently?

4 Answers  


What is meant by data hiding in java?

0 Answers   Aspire, Infogain,


StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?

6 Answers   HCL,






Which package is used for pattern matching with regular expressions?

0 Answers  


When can you say a graph to be a tree?

0 Answers   Amazon,


What is re-factoring in software?

0 Answers  


Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?

0 Answers  


What is the relationship between clipping and repainting under awt?

0 Answers  


What is skeleton and stub? What is the purpose of those?

0 Answers  


What are the two major components of JDBC?

5 Answers   CMC, Mind Tree,


Categories