Sunday 18 September 2016

Why StringBuffer

StringBuffer

Why StringBuffer?
  • As we know String objects are immutable means never changeable.
  • Some times mutable nature is required in our program based on requirement.
  • So, StringBuffer having mutable nature.
Thanks for your time.
Nireekshan