How check String Address

As we know that we can check the address of array, but i want to know that how can i check the address of string.

Hello Pankaj, you can use this code to check string address Integer.toHexString(s.hashCode()) as address of any object is basically a hash code.