Answer Posted / modi
In Java strings are objects designed to represent a sequence
of characters. Because character strings are commonly used
in programs, Java supports the ability to declare String
constants and perform concatenation of Strings directly
without requiring access to methods of the String class.
This additional support provided for Java Strings allows
programmers to use Strings in a similar manner as other
common programming languages.
A Java String is read-only and once created
the contents cannot be modified.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Can anonymous class have constructor?
Why is it called boolean?
What are the characteristics of java?
What is thread safe in java?
what is abstract class in Java?
What is cr keyboard?
How does a cookie work in Servlets?
What is the difference between arraylist and hashset in java?
What is a parent class in java?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
What is jee6?
What is double checked locking in singleton?
What is data type modifier?
What is void keyword?
What's the access scope of protected access specifier?