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 |
Explain timestamp?
When to use order by in delete statement?
What are the two types of queries?
What happens when the column is set to AUTO INCREMENT and if you reach maximum value in the table?
What are the 'mysql' command line arguments?
What are triggers in mysql?
Can foreign key have duplicate values?
What is mysql server used for?
Can I use mariadb instead of mysql?
How do you index just the first four bytes of the column?
How can we run batch mode in mysql?
Is mysqli deprecated?