Is there any way by which we can directly convert a hexadecimal value to its string equivalent form using some built-in function in java.
Like for example:
Input:”68656c70″
Output:”help”
I know how to do the opposite using built-in function but does for this problem one exist???
For a one liner try