Quantcast
Channel: Seo and internet marketing - All Forums
Viewing all articles
Browse latest Browse all 20051

What is a string constant pool ?

$
0
0
Sring constant pool is a separate block of memory where the string objects are held by JVM. If a sting object is created directly, using assignment operator as: String s1 = “Hello”,then it is stored in
string constant pool.

Viewing all articles
Browse latest Browse all 20051

Trending Articles