Jump to content
  • 0

XML RAM overuse


weirdo

Question

5 answers to this question

Recommended Posts

  • 0

Strings are the most commonly used objects in any Java program. They are used for storing a collection of characters. These characters when combined form a String with the property that the contents of the String can not be changed once created.

String Usage in Java

Strings are used invariably with every other concept in Java be it Multi-threading , Serialization, Reflection, Collection, and Exceptions etc. But strings usage can also lead to improper programs being created with subtle issues like memory leaks and performance overhead.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...