- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
有 JLS(和 JVMS)定义了“核心”java。还有很多 JSR 扩展了它的功能。但是是否有 Java 标准库的规范,例如 java.lang
?
我找到的最接近的是 Java™ Platform, Standard Edition 8 API Specification ,但感觉更像是文档而不是规范。这个文档是 Java 标准库 API 的官方规范吗? oracle 以外的供应商(如 AdoptOpenJdk 等)是否阅读了这个类似文档的规范并实现了他们的 JRE 版本?或者还有另一个更“正式/官方”的规范?
最佳答案
是的,Java Doc 注释定义了官方 API 规范,根据 their statement :
Our documentation comments define the official Java Platform API Specification
There are commonly two different ways to write doc comments -- as API specifications, or as programming guide documentation. These two targets are described in the following sections. A staff with generous resources can afford to blend both into the same documentation (properly "chunked"); however, our priorities dictate that we give prime focus to writing API specifications in doc comments. This is why developers often need to turn to other documents, such as Java SE Technical Documentation and The Java Tutorials for programming guides
关于java - java.lang 的正式规范在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61849373/
我正在使用bootstrap templates与 angular-formly我想将 addonsLeft.text 绑定(bind)到模型,以便一旦选择选项发生更改,它就会动态更改。 这是输入的样
我正在尝试以 mm/dd/yyyy 格式向我的列添加一天,但它为我提供了 newdate 的空输出 日期1 = 27/03/2019 SELECT date1,DATE_ADD(CONCAT(date
我是一名优秀的程序员,十分优秀!