What is the native keyword in Java for?

后端 未结 10 1550
粉色の甜心
粉色の甜心 2020-11-22 10:52

While playing this puzzle (It\'s a Java keyword trivia game), I came across the native keyword.

What is the native keyword in Java used for?

10条回答
  •  旧巷少年郎
    2020-11-22 11:37

    As SLaks answered, the native keyword is for calling native code.

    It also used by GWT for implementing javascript methods.

提交回复
热议问题