Closed V0rHaM closed 2 years ago
That is not a typo, that’s the full method signature
And what does 'L' stand for
And what does 'L' stand for
This is used in the JNI (and the JVM internally in general) to indicate a type. Primitives are denoted with a single letter (Z
for boolean, I
for int, etc), [
indicates an array, and L
is used for a class (terminated by a ;).
Thank you for the answer
file Metrics.java