Which is faster string or stringbuilder?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What are the types of arrays in java?

0 Answers  


What is getkey () in java?

0 Answers  


which of tha following is not a thread safe class? a) ArrayList b)Vector c)HashTable d)None

17 Answers  


Why all programming languages have main as a execution starting point?

4 Answers  


Name the immediate superclass of the MenuComponent class?

1 Answers  






how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT

0 Answers   Google,


Does a function need a return?

0 Answers  


What is the difference between a factory and abstract factory pattern?

0 Answers  


Why is it called a string?

0 Answers  


What is variable in java?

0 Answers  


How to convert string to int in java?

1 Answers  


What is floating data type?

0 Answers  


Categories