In general, a string is nothing but a sequence of characters identified by double quote(" ").
In java,Programming each string is an object.
Java supports 4-inbuilt classes specifically used to represent and manipulate strings like:
String, StringBuffer, StringBuilder, StringTokenizer.
String Class:
String is an inbuilt class present in java.lang package, specifically used to represent and manipulate strings.
In this context there are two approaches two represent strings which are as followed:
(Approach 1):
(SCP --- STRING CONSTANT POOL)
(Approach 2):
HEAP |
SCP |
---|---|
S1_ _ _ _ _
JAVA |
JAVA |
String s1 = “java”;
System.out.println(s1.concat(“race”));
Output: javarace
Silan Software is one of the India's leading provider of offline & online training for Java, Python, AI (Machine Learning, Deep Learning), Data Science, Software Development & many more emerging Technologies.
We provide Academic Training || Industrial Training || Corporate Training || Internship || Java || Python || AI using Python || Data Science etc