Use of String.resolveConstantDesc in java 12
I was checking out all the new utility methods introduced in String
class since java 8 and found this one method resolveConstantDesc
which apparently takes a MethodHandles.Lookup
as input.
I was checking out all the new utility methods introduced in String
class since java 8 and found this one method resolveConstantDesc
which apparently takes a MethodHandles.Lookup
as input.