国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > Java > 正文

淺析Java 反射機制的用途和缺點

2024-07-14 08:41:45
字體:
來源:轉載
供稿:網友

反射的用途 Uses of Reflection

Reflection is commonly used by programs which require the ability to examine or modify the 
runtime behavior of applications running in the Java virtual machine. This is a relatively advanced 
feature and should be used only by developers who have a strong grasp of the fundamentals of the language. With that caveat in mind, reflection is a powerful technique and can enable applications to perform operations which would otherwise be impossible.
反射被廣泛地用于那些需要在運行時檢測或修改程序行為的程序中。這是一個相對高級 
的特性,只有那些語言基礎非常扎實的開發者才應該使用它。如果能把這句警示時刻放在心 
里,那么反射機制就會成為一項強大的技術,可以讓應用程序做一些幾乎不可能做到的事情。

反射的缺點 Drawbacks of Reflection

Reflection is powerful, but should not be used indiscriminately. If it is possible to perform an 
operation without using reflection, then it is preferable to avoid using it. The following concerns 
should be kept in mind when accessing code via reflection.
盡管反射非常強大,但也不能濫用。如果一個功能可以不用反射完成,那么最好就不用。 
在我們使用反射技術時,下面幾條內容應該牢記于心:

性能第一 Performance Overhead

Because reflection involves types that are dynamically resolved, certain Java virtual machine 
optimizations can not be performed. Consequently, reflective operations have slower performance 
than their non-reflective counterparts, and should be avoided in sections of code which are called 
frequently in performance-sensitive applications.
反射包括了一些動態類型,所以 JVM 無法對這些代碼進行優化。因此,反射操作的效 
率要比那些非反射操作低得多。我們應該避免在經常被 執行的代碼或對性能要求很高的程 
序中使用反射。

安全限制 Security Restrictions

Reflection requires a runtime permission which may not be present when running under a 
security manager. This is in an important consideration for code which has to run in a restricted 
security context, such as in an Applet.
使用反射技術要求程序必須在一個沒有安全限制的環境中運行。如果一個程序必須在有 
安全限制的環境中運行,如 Applet,那么這就是個問題了。

內部暴露 Exposure of Internals

Since reflection allows code to perform operations that would be illegal in non-reflective 
code, such as accessing private fields and methods, the use of reflection can result in 
unexpected side-effects, which may render code dysfunctional and may destroy portability. 
Reflective code breaks abstractions and therefore may change behavior with upgrades of the 
platform.
由于反射允許代碼執行一些在正常情況下不被允許的操作(比如訪問私有的屬性和方 
法),所以使用反射可能會導致意料之外的副作用--代碼有功能上的錯誤,降低可移植性。 
反射代碼破壞了抽象性,因此當平臺發生改變的時候,代碼的行為就有可能也隨著變化。


注:相關教程知識閱讀請移步到JAVA教程頻道。
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 枣阳市| 称多县| 临洮县| 集安市| 晴隆县| 即墨市| 雅安市| 万宁市| 温宿县| 新巴尔虎右旗| 三都| 岳阳县| 合作市| 西盟| 雷州市| 黄陵县| 蚌埠市| 温宿县| 广河县| 五华县| 临沭县| 河曲县| 修武县| 彭泽县| 冷水江市| 利津县| 甘洛县| 怀宁县| 大渡口区| 泗水县| 富平县| 德江县| 基隆市| 三河市| 崇明县| 南开区| 于都县| 特克斯县| 云龙县| 绥江县| 西安市|