What is append in java?



What is append in java?..

Answer / Gokaran Singh

Append in Java refers to adding content to the end of a string or other mutable data structures like StringBuffer, StringBuilder. The + operator can be used for concatenation but it creates a new string object. For efficiency, append methods are preferred.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

why marker interfaces are there in java

4 Answers   Digital Group,


What is keyword auto for?

1 Answers  


can we write two same methods in outer class and innerclass.

1 Answers   3i Infotech,


Is space a char?

1 Answers  


What is the difference between the continue and break statement?

2 Answers  


How does regex work?

1 Answers  


What is the difference between Synchronizing mehtod & Synchronizing block?

2 Answers  


how we can use debug in myeclipse 6.0 in order solve the problems that exist in our program when there are 900 to 1000 pages in a web application

1 Answers   SAP Labs,


What are static initalizers in java ?

1 Answers  


if u open login & logout ,how can udisplay the timelogin & logout members ?

1 Answers   Virtusa,


What is core java used for?

1 Answers  


What is Runtime class and its purpose?

2 Answers  


Categories