In the below example, how many String Objects are created?
String s1="I am Java Expert";
String s2="I am C Expert";
String s3="I am Java Expert";
Answer Posted / hrindows@gmail.com
In the above example, two objects of Java.Lang.String class are created. s1 and s3 are references to same object
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is mysql default database?
How can you change the name of any existing table by using the sql statement?
What is a mysql model?
What is 'mysqlshow'?
Do you need a license for mysql?
What does it mean to be case sensitive?
What is 'mysqladmin' in mysql?
What is mvcc in mysql?
Hi Team, This is kartik, I recently completed my B-tech. Importance of posting this question is for to know the best books on SQL(MYSQL/Oracle)? I like SQL concept's so much, at the same time i decided to choose SQL for my career purpose. So please suggest me the best books that are very helpful for a fresher to improve concepts like (SQL/PLSQL)Basics, programming concepts, architectures etc. Please consider my request as an important one. I am very thankful to you for providing this opportunity. If possible can you please send the names of books for my personal id also: karthikgdv1206@yahoo.com. Thanks, Kartik T
What is regexp?
Is Mysql query is case sensitive?
What is csv?
How do I setup a mysql database?
How do I change a procedure in mysql?
How do I zip a file in mysql?