what is mean by String and StringBuffer?
What is mean by Methooverriding and Overloading?
Answer Posted / ravi
String is a final class which represents a character
string,string are constant they value cannot be changed
after they r created
its is final class Stringbuffer,Stringbuffer implemets
muttable String character,its is like a string but can be
modified, the length and content can be changed during
method call
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How do you reverse a word in java?
Explain try and catch keywords in java?
What is t in generics in java?
What is a type parameter in java?
Differences between external iteration and internal iteration?
Which class is used by server applications to obtain a port and listen for client requests?
What is a Hash Table? What are the advantages of using a hash table?
Difference between final and effectively final ? Why is effectively final even required ?
What is boolean logic?
What is tcp ip in java?
Give an example of call be reference significance.
Can we override compareto method?
Can we call virtual funciton in a constructor ?
What does jenkins do?
What is the difference between a local variable and an instance variable?