Answer Posted / dsr
String is a class.string is immutable.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What is default locale java?
What is the purpose of static methods and variables?
Why can't we make a class private in java?
Explain the difference between jvm and jre?
What is finally block?
What is serial version uid and its importance in java?
design an lru cache in java?
What is an abstract method in java programming?
Is java still necessary?
How many types of design patterns are there?
Describe what a thread-local variable is in java?
Can we use string in the switch case?
What does compareto () do in java?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
What is array in java?