There are no functions per se in Java. All you've got is methods. To imitate functions, Java generally uses static methods (as in java.lang.Math ) ...
確定! 回上一頁