Answer Posted / naru
String object is immutable that's why security maintain of
file chech .when connection is establic first os check the
String object if string is mutable that is big pain in
security issue...
Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is the use of StringTokenizer class?
'A class is a template for an object' explain this statement.
What do you understand by classes in java?
How many threads does a core java have?
What is the need of transient variables in Java ?
Does constructor be static?
Can we clone singleton class in java?
How many types of memory areas are allocated by JVM in java?
What is singleton class and how can we make a class singleton?
What is difference between float and double?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
How are this() and super() used with constructors in java programming?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
What does sizeof return?
What is java util collection?