Difference between String & StringBuffer
Answer Posted / akshay
Akshay - "Difference String and String Buffer"
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we force garbage collector to run ?
Does sprintf allocate memory?
What is toarray method in java?
What is a private class in java?
What are the restrictions that are applied to the java static methods?
How is treeset implemented in java?
Why are constructors used?
What is constructor in java ?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
What are decalarations?
What is jvm? Why is java called the platform independent programming language?
Can we override static methods in java?
What is import java util arraylist?
what is ststic with example
Where is jre installed?