why string is not taking as primitive datatypes but we r
taking it as a class? why explain it?
Answers were Sorted based on User's Feedback
Answer / ankit
All primitive types have fixed memory size. Now in case of
the String, its length is not fixed and so is its size.
That's why it cannot be a primitive data type.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / payel
String should be class so that it can be immutable and
making String immutable, makes it thread safe and
thus imporves performance.
| Is This Answer Correct ? | 2 Yes | 2 No |
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
Can we use switch statement with strings?
What is the difference between Stream Reader and Stream Writer?
Can Exception handling we can handle multiple catch blocks?
What things should be kept in mind while creating your own exceptions in java?
What is a generic type?
What is the class in java?
Who developed JScript language?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
Can a Byte object be cast to a double value?
What is comparator in java?
Which collection object is faster to retrieving the data and inserting the data into it.
2 Answers Jamcracker, Virtusa,