java language specification的意思
java language specification中文翻譯:
java語言規范
java language───JAVA語言
JAVA───n.(非正式)咖啡;n.(Java)Java語言(一種計算機編程語言);爪哇島;n.(Java)(印、美)杰娃(人名)
technical specification───技術規范[說明];技術規范;技術說明
specification order───訂貨規范
specification number───規格編號;說明書號
specification sales───規格銷售
language───n.語言;語言文字;表達能力
specification code───規格法規
specification limits───技術說明規范;規格界限
Threading and synchronization are core features of the Java programming language, described in the Java Language Specification (JLS).───線程化和同步是Java編程語言的核心特性,Java語言規范(JLS)中對二者作出了描述。
The Java language specification is purposefully vague on thread scheduling.───Java語言規范故意沒有對線程計劃做嚴格的規定。
Section 6. 8 of the Java Language Specification includes naming conventions for items like packages, methods, fields, and constants.───Java語言規范的第6.8節包含包、方法、字段和常量等項的命名約定。
In contrast, the Java Language Specification (JLS) explicitly includes a threading model and provides several language elements for developers to use for rendering their programs thread-safe.
Careful application design can be used to load all classes at application start-up, but this must be done manually because the Java language specification doesn't let the JVM perform this step early.
In order to enhance performance, the Java language specification permits the JRE to maintain a local copy of a variable in each thread that references it.
The Java language specification requires that classes be resolved, loaded, verified, and initialized when an application first references them.
Types, Values, and Variables: Chapter 4 of the Java Language Specification defines the subset of IEEE 754 arithmetic used in the Java programing language.
Threading and synchronization are core features of the Java programming language, described in the Java Language Specification (JLS).