You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am now a student. When I read your chapter on Strings, I found a problem: a problem about the "+" operator. In the section of Overloading + vs.StringBuilder:
For the implicit() method in WhitherStringBuilder.java, I tried to use javap -c WhitherStringBuilder and found that the corresponding bytecode is like this.
Bruce,
I am now a student. When I read your chapter on Strings, I found a problem: a problem about the "+" operator. In the section of Overloading + vs.StringBuilder:
For the implicit() method in WhitherStringBuilder.java, I tried to use javap -c WhitherStringBuilder and found that the corresponding bytecode is like this.
Later, I checked about invokedynamic #9, 0, perhaps adding new features. Please have a look
My java version is "17.0.1" 2021-10-19 LTS
The text was updated successfully, but these errors were encountered: