CLDC&从Android的角度看J2ME中的CDC

发布于 2024-11-15 06:11:26 字数 131 浏览 4 评论 0原文

就像标题所说,我想知道,J2ME 中有 CDC 和 CLDC,我想知道在 Java for Android 的角度来看它们有何相似之处。也许是比较之类的东西,或者 J2ME 中的 CDC 中的内容和 Android 的 Java 元素最相似的内容。

Like the title says, I am wondering, there is a CDC and CLDC in J2ME, and I want to know what resembles them in the Java for Android point of view. Maybe something like comparisons, or what's in the CDC in J2ME and what Java for Android's elements best resembles it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

神回复 2024-11-22 06:11:26

Android 并没有真正相当于 CDC/CLDC 的东西。

Android 是一个更加单一的开发环境。 只有 Android SDK。

诚然,API 支持有不同级别,但它们(到目前为止)单调增加,并且每个级别的支持也意味着所有先前的支持级别。

在这方面,Android 平台更像 Java SE 平台:具有不同版本的单一平台/API,试图尽可能向后兼容。

Android doesn't really have an equivalent of CDC/CLDC.

Android is a much more monolithic development environment. There is only the Android SDK.

Granted, there are different levels of API support, but they are (until now) monotonously increasing and each level of support implies all previous ones as well.

In that respect the Android platform is much more like the Java SE platform: a single platform/API with different version, trying to be backwards compatible as much as possible.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文