why String is immutable or final in java?
Some say because it easy to use immutable string but they try to fail to enplane it.
some say for security reason.
but i can't find the logic behind this.
Subscribe to:
Post Comments (Atom)
c++ - Does curly brackets matter for empty constructor?
Those brackets declare an empty, inline constructor. In that case, with them, the constructor does exist, it merely does nothing more than t...
-
Iv'e read a lot of posts both in stackoverflow and other websites talking about web security. Such as salting encrypting etc. ...
-
System.out.print("Name : "); String name = in.nextLine(); System.out.print("Age : "); int age = ...
-
I would like these values to go into my database but it just won't do it. Form Code Navn: Tilføj til dine præferencer...
No comments:
Post a Comment