What is Exception handling in Java How do you handle run time errors please explain with an example
2 7586public class AboutStrings{ public static void main(String args[]){ String s1="hello"; String s2="hel"; String s3="lo"; String s4=s2+s3; //to know the hash codes of s1,s4. System.out.println(s1.hashCode()); System.out.println(s4.hashCode()); // these two s1 and s4 are having same hashcodes. if(s1==s4){ System.out.println("s1 and s4 are same."); }else System.out.println("s1 and s4 are not same."); } } Somebody told me that, == operator compares references of the objects. In the above example even though s1 and s4 are refering to same object(having same hash codes), it is printing s1 and s4 are not same. Can anybody explain in detail why it is behaving like this? Thanks in Advance RavuriVinod
4 7627Post New TCS Core Java Interview Questions
How to implement caching in angular 1.x?
We source cloud computing platform databases?
What is different types of visibility?
Why is my excel document read only?
i have done M.SC. in biochemistry from india. as i have experience of pharmaceuticals in quality assurance department of 4 year.now i come to know that my degree is valid in uk.i got my comparision letter of degree from uknaric. but i m confuse that what is the next step to do for getiing job in lab? am i eligible to get directly job or as trainee than job ? or to register in ibms or what? pls tell me
What are the methods which can verify the cursor particular position?
Why it is required?
What is navbar in bootstrap?
What is sql*loader?
Describe the architecture of datastage?
how to describe oneself best in the interview.give the important things to remember.
describe about storage allocation and scope of global,exterm,static,local and register variables in c language?
Can we select a element having a specific class in jquery ?
What are the different ways to value a company, a share, and a bond?
Explain acid?