Top Categories

9.9 String is Immutable
  • Category:
  • Sub Category:
  • code
  • creating string objects.
  • Objects
  • Tutorial
  • string
  • new operator
  • what is
  • java strings
  • use
  • telusko
No Views

Introduction to Java Strings, concept of immutability, creating string objects, Immutable string Immutable means unmodifiable or unchangeable. In java string objects are immutable.The immutable objects used to improve readability and runtime efficiency in object-oriented programming. Immutable ob

Comments

You Might Be Interested In