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
What is a static class in java?
What is procedure writing?
What do you know about java?
Explain with example the concept of constant variable in java.
Differentiate between array list and vector in java.
What methods are used to get and set the text label displayed by a button object?
What are the four integer types supported by java?
What is the difference between abstract classes and interfaces?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
What does a za z0 9 mean?
What are the types of sockets in java?
What is == mean?
Can we sort set in java?
What are wrapper classes in java?
What was java originally called?