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).