#string #java #StringPool #StringLiteralPool #StringInJava
String is reference type, not a primitive type
String class belongs to java.lang package.
String class is final class.
We can create object of string in two types.
String s1 = new String(“Hello”); //managed heap
String s2 = “Hello”; //String pool
Next must watch : • Strings are immutable in java / immutable ...
On this page of the site you can watch the video online String In Java / String Class in Java / String Literal Pool in java / String Constant Pool in java with a duration of hours minute second in good quality, which was uploaded by the user Techies Tute 25 August 2020, share the link with friends and acquaintances, this video has already been watched 394 times on youtube and it was liked by 6 viewers. Enjoy your viewing!