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";
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 |
What is mysql aggregate functions? Explain
How to rename an existing table in mysql?
Which is best pdo or mysqli?
How can we change the data type of a column of a table?
How to increment dates by 1 in mysql?
suppose server is running Suddenly down . what can you do? but i want do not down the server?
What are the difference between and myisam and innodb?
what is database black box testing? : Mysql dba
How do you start MySQL on Linux?
How can you find out the version of the installed mysql?
How do I run mysql?
Is mysql a dbms?