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 |
why marker interfaces are there in java
What is keyword auto for?
can we write two same methods in outer class and innerclass.
Is space a char?
What is the difference between the continue and break statement?
How does regex work?
What is the difference between Synchronizing mehtod & Synchronizing block?
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
What are static initalizers in java ?
if u open login & logout ,how can udisplay the timelogin & logout members ?
What is core java used for?
What is Runtime class and its purpose?