`
nothing.whoami
  • 浏览: 52116 次
社区版块
存档分类
最新评论

Interpreting java.lang.NoSuchMethodError message 参数类型表

    博客分类:
  • Java
阅读更多

Java报错方法参数类型对应表
Character     Type          Interpretation
------------------------------------------
B             byte          signed byte
C             char          Unicode character
D             double        double-precision floating-point value
F             float         single-precision floating-point value
I               int           integer
J              long          long integer
L; reference     an instance of class
S             short         signed short
Z             boolean       true or false
[              reference     one array dimension

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics