Define the difference between stringbuffer and string class, JAVA Programming

Assignment Help:

Define the difference between StringBuffer and String class?


Related Discussions:- Define the difference between stringbuffer and string class

Statements and operators, Operator Functionality E x...

Operator Functionality E x ample/Explanation = Sets one value equal to another counter=0  Sets the counter to equivale

In which way java says write once run anywhere, Java says write once, run ...

Java says write once, run anywhere . In which ways this isn't quite applicable ?

What is meant by semantic error, What is meant by semantic error? Occur...

What is meant by semantic error? Occur although a statement executes and has an effect not intended by the programmer and Frequently times occur just in unusual & infrequent ci

Recursive Division Maze Generation, can you tell me what the code for a 2d ...

can you tell me what the code for a 2d random java array using Recursive Division Maze Generation

What are the usages of package in java? , It helps to resolve naming confli...

It helps to resolve naming conflicts when different packages have classes with the same names. This also helps you prepare files within your project. As define : java.io package d

12/3/2013 1:33:20 AM

A string buffer implements a variable sequence of characters. A string buffer is a String, and can be customized. At any point of time it contains some particular sequence of characters, but the length and content of the sequence can be changed through certain method calls. A String class represents character strings. All string literals in Java programs, as in "abc" are constant and implemented as instances of this class; their values cannot be changed after they are formed.

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd