Can we convert stringbuilder to string in java?
Answer / Subodh Baghel
Yes, you can convert StringBuilder to String in Java by calling the toString() method on the StringBuilder object.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between fail-fast and fail-safe?
what is purpose of collections.unmodified() method..?
where to use join method and explain with real time senario?and programatical explenation also..
What is the difference between abstraction and encapsulation?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
What is the difference between private & public & friendly classes?
Write a program to print the pattern given below
how does multithreading take place on a computer with a single cpu? : Java thread
What is the use of StringTokenizer class?
How many types of methods are there?
What is java util hashmap?
How to sort list of list in java?