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 databases access, and more. The core API is very large; to get an overview of what it contains, consult 참고하라 the Java SE Development Kit 6 (JDK 6) 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 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 object.
Prev Next
Source:
http://download.oracle.com/javase/tutorial/getStarted/intro/cando.html
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 databases access, and more. The core API is very large; to get an overview of what it contains, consult 참고하라 the Java SE Development Kit 6 (JDK 6) 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 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 object.
Prev Next
Source:
http://download.oracle.com/javase/tutorial/getStarted/intro/cando.html
댓글
댓글 쓰기