zoukankan      html  css  js  c++  java
  • What Can Java Technology Do?

    What Can Java Technology Do?

    The general-purpose(多用途的), high-level Java programming language is a powerful software platform. Every full implementation of the Java platform gives you the following features:

    • Development Tools: The development tools provide everything you'll need for compiling, running, monitoring(监视), debugging, and documenting(记录) your applications. As a new developer, the main tools you'll be using are the javac compiler, the java launcher, and the javadoc documentation tool.

    • Application Programming Interface (API): The API provides the core functionality(功能) of the Java programming language. It offers a wide array of(大量的) useful classes ready for use in your own applications. It spans everything from basic objects, to networking and security, to XML generation and database access, and more. The core API is very large(非常强大); to get an overview of what it contains, consult the Java Platform Standard Edition 8 Documentation.

    • Deployment Technologies: The JDK software provides standard mechanisms(机制) such as the Java Web Start software and Java Plug-In(插件) software for deploying(部署) your applications to end users(终端用户).

    • User Interface Toolkits(工具包): The JavaFX, Swing, and Java 2D toolkits make it possible to create sophisticated(复杂的) Graphical(图形) User Interfaces (GUIs).

    • Integration Libraries: Integration libraries such as the Java IDL API, JDBC API, Java Naming and Directory Interface (JNDI) API, Java RMI, and Java Remote Method Invocation(调用) over Internet Inter-ORB Protocol Technology (Java RMI-IIOP Technology) enable database access and manipulation of remote objects.

  • 相关阅读:
    尚硅谷面试第一季-05递归与迭代
    尚硅谷面试第一季-04方法的参数传递机制
    尚硅谷面试第一季-03类初始化和实例初始化
    python爬爬爬之单网页html页面爬取
    python之花瓣美女下载
    (转载博文)VC++API速查
    (转载博文)MFC 窗口句柄获取
    全局变量的声明
    python图片小爬虫
    Opencv2.4.4作图像旋转和缩放
  • 原文地址:https://www.cnblogs.com/kimisme/p/6100446.html
Copyright © 2011-2022 走看看