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 empty string literal in java?
How do you download stubs from Remote place?
What is the effect of keeping a constructor private?
Which browsers work with java?
What is the latest java version?
What is the difference between a synchronized method and a synchronized block?
what is the difference between the methods sleep() and wait()? : Java thread
Can we restart a thread already started in java?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
Explain purpose of sleep() method in java?
What are the 2 types of java programs?
How does a for loop work?
Is a method a function?
What are variable names?
What is data type in java?