What are the differences between string and stringbuffer?


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

Post New Answer

More Core Java Interview Questions

What are the 8 data types in java?

0 Answers  


What does percent mean in java?

0 Answers  


What are different types of classloaders?

0 Answers  


How to convert a string to long?

2 Answers  


What are the data types supported by java? What is autoboxing and unboxing?

0 Answers  






Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example

0 Answers  


What package is math in java?

0 Answers  


Can private members of a base class are inheritable justify?

0 Answers  


Where import statement is used in a java program?

0 Answers  


What is a instance variable in java?

0 Answers  


What do you mean by an interface in java?

0 Answers  


Explain the meaning of java applet.

0 Answers   TCS,


Categories