{"id":554,"date":"2019-02-16T16:13:44","date_gmt":"2019-02-16T08:13:44","guid":{"rendered":"http:\/\/www.eait.co\/?p=554"},"modified":"2019-04-05T12:31:47","modified_gmt":"2019-04-05T04:31:47","slug":"java-%e6%96%b9%e6%b3%95%e4%b8%ad%e7%9a%84%e5%86%85%e9%83%a8%e7%b1%bb2%ef%bc%9afinal","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=554","title":{"rendered":"java\u2014\u2014\u65b9\u6cd5\u4e2d\u7684\u5185\u90e8\u7c7b2\uff1afinal"},"content":{"rendered":"<p><span style=\"color: #ff0000;\">\u5728 \u65b9\u6cd5 \u4e2d \u5b9a\u4e49 \u7684 \u5185\u90e8 \u7c7b \u53ea\u80fd \u8bbf\u95ee \u65b9\u6cd5 \u4e2d\u7684 final \u7c7b\u578b \u7684 \u5c40\u90e8 \u53d8\u91cf\uff0c \u56e0\u4e3a \u7528 final \u5b9a\u4e49 \u7684 \u5c40\u90e8 \u53d8\u91cf \u76f8\u5f53\u4e8e \u4e00\u4e2a \u5e38\u91cf\uff0c \u5b83\u7684 \u751f\u547d \u5468\u671f \u8d85\u51fa \u65b9\u6cd5 \u8fd0\u884c \u7684 \u751f\u547d \u5468\u671f\uff0c \u5982\u4e0b \u9762\u7684 \u8303\u4f8b<\/span>\u3002<\/p>\n<pre>\/**\r\n * Created by xabcd on 2019\/2\/16.\r\n *\/\r\npublic class java_outer\r\n{\r\n    int score = 95;\r\n    void inst(final int s)\r\n    {\r\n         final int temp = 20;<span style=\"color: #ff0000;\">\/\/\u6b64\u5904\u82e5\u4e0d\u52a0final\u5219\u4f1a\u51fa\u9519<\/span>\r\n        class Inner\r\n        {\r\n            void display()\r\n            {\r\n                System.out.println(\"\u6210\u7ee9\uff1ascore=\"+(score+s+temp));\r\n            }\r\n        }\r\n        Inner in = new Inner();\r\n        in.display();\r\n\r\n    }\r\n}\r\n\r\n\r\n\r\n<\/pre>\n<pre>\/**\r\n * Created by xabcd on 2019\/2\/16.\r\n *\/\r\npublic class test_outer\r\n{\r\n    public static void main(String[] args)\r\n    {\r\n        java_outer ou = new java_outer();\r\n\r\n        ou.inst(5);\r\n    }\r\n}\r\n\r\n\r\n\r\n\u7ed3\u679c\uff1a\r\n\u6210\u7ee9\uff1ascore=120<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u5728 \u65b9\u6cd5 \u4e2d \u5b9a\u4e49 \u7684 \u5185\u90e8 \u7c7b \u53ea\u80fd \u8bbf\u95ee \u65b9\u6cd5 \u4e2d\u7684 final \u7c7b\u578b \u7684 \u5c40\u90e8 \u53d8\u91cf\uff0c \u56e0\u4e3a \u7528 fin [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22,24],"tags":[],"class_list":["post-554","post","type-post","status-publish","format-standard","hentry","category-java","category-base_code"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/554","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=554"}],"version-history":[{"count":1,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/554\/revisions"}],"predecessor-version":[{"id":555,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/554\/revisions\/555"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=554"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=554"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=554"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}