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 blob datatype in mysql?
What is the function of myisamchk?
How to enter microseconds in sql statements?
What is memory table in mysql?
Explain the architecture models of SQL Server?
How to use in conditions?
What are the functions of mysql?
How to load data files into tables with 'mysqlimport'?
What is the difference between heap table and temporary table?
How to connect html form to mysql database using php?
Is mysql relational?
How do I free up space in mysql?
How big is a blob mysql?
How to drop an existing index in mysql?
What is default password for mysql?