FACTOID # 162: You are more likely to be reported as having been killed by lightning in Cuba than in any other country.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
 
 
WHAT'S NEW
RELATED ARTICLES
People who viewed "J2SE" also viewed:
RECENT ARTICLES
More Recent Articles »
 

SEARCH ALL

FACTS & STATISTICS    Advanced view

Search encyclopedia, statistics and forums:

 

 

(* = Graphable)

 

 


Encyclopedia > J2SE

Java 2 Platform, Standard Edition or J2SE is a collection of java Application Programming Interfaces targeting Java platform applications running on a workstation.

Contents

General APIs

java.io

Routines for normal input and output. This includes streams and filehandling. Noteworthy streams are InputStreamReader, FileReader, and BufferedReader. InputStreamReader takes as a parameter System.in. The InputStreamReader accepts character input from the system. FileReader reads one character at a time from a data file. BufferedReader takes as a parameter either FileReader or InputStreamReader, and changes the input to word by word as opposed to one character at a time.


java.lang

Contains classes thought applicable to most java programs. This package contains standard java types like Integers and Strings as well as basic exceptions, math functions, threading, security functions, as well as some information on the underlying native system.


Classes in java.lang package are always available to the programmer, without needing a special import declaration at the beginning of a sourcecode file.


java.lang.ref

Special routines for interacting with the garbage collector. For example, one can create a weak reference, which allows one to refer to an object, without preventing the garbage collector from cleaning it up. This is useful in caches, where if nothing else refers to an object held by the cache, the garbage collector may clean it up at whim.


java.lang.reflection

Routines for using the Reflection API.


Reflection is a constituent of the Java API which enables Java code to examine and "reflect" upon Java components at runtime. This enables, for example, advanced debugging strategies.


The main use of Reflection is to call classes and methods just by knowing their names. This supports very dynamic programming, at the cost of not having safe compile-time checks to see if the class actually exists.


java.math

Package for multiprecision arithmetic including modular arithmetic operations. Provides multiprecision prime number generators used for cryptographic key generation. The main classes of the package are BigInteger and BigDecimal.


java.net

Special IO routines for networks. This includes the ability to easily request files over HTTP, as well as other common transactions. Numerical subroutines.


It does need more work to achieve high perfermence computing (HPC).


java.text

Parsing routines for strings. Support for different human-readable languages and locale-specific parsing is also included.


java.util

Routines for useful data structures. These data structures aggregate objects, with varying useful properties. Also includes the Collections API, which is a very organized way to handle data structures, influenced heavily by the Design Patterns community.


More specialized APIs

java.applet

Routines to create applets. Applets allow applications to be downloaded over a network and run within a guarded sandbox. Security restrictions may be applied to applets, so they are not allowed to execute potentially hostile code from within the sandbox. A developer may apply a digital signature to an applet to label it as "safe," removing most of the restrictions, but this typically requires the developer to pay hundreds of US dollars a year to a certificate issuing agency such as Thawte or Entrust.


java.beans

Classes for developing and manipulating beans. Beans are reusable components defined by a specific set of Java coding conventions known as the JavaBeans architecture. The architecture provides mechanisms for manipulating properties of components and firing events when properties change.


Most of the APIs in java.beans are intended for use by a bean editor. A bean editor is a tool in which beans can be combined, customized and manipulated. A common example of a bean editor is a GUI designer in an Integrated development environment.


java.awt

The Abstract Windowing Toolkit contains routines to support basic GUI operations. These GUIs use basic windows from the underlying native system. Many independent implementations of the Java API (such as the GNU project's libgcj) implement everything but AWT, as AWT is not at all necessary for most server-side applications of Java technology. This package also contains the Java2D graphics API.


java.rmi

Support for remote communication between two java applications.


java.security

Support for security. Includes message digest algorithm.


java.sql

The JDBC API for accessing SQL databases.


javax.swing

Swing is a collection of routines that build upon java.awt. It uses 2D drawing routines to exercise greater control over new windows than the underlying native platform normally allows. One cost of this flexibility is that Swing elements may not exist outside of java.awt windows. Another issue with Swing is that it can be much slower than the java.awt package. This is because Swing is implemented entirely in Java, whereas the awt is implemented using native code.


Swing is a very rich system in its own right. There is support for "look and feels," so that widgets in the GUI can imitate those from the underlying native system (except when IP rights force workarounds, as noted in the Legal Issues section), or a completely fictional one. Also, design patterns permeate the system, especially a modified model-view-controller pattern, so programming is done cleanly, with good separation of function from appearance. However, one inconsistency is that (as of JDK 1.3) fonts are drawn by the underlying native system, and not by Java. This makes it difficult to have utter, complete control of text size, though workarounds exist such as drawing fonts as application-supplied bitmaps. In general, layouts should be used, which keep elements within a GUI aesthetically consistent despite minor variations between platforms.


External links

  • The complete java documentation for the API can be found out http://java.sun.com/j2se/1.5/docs/api/index.html
  • See also http://java.sun.com/j2se/1.5/index.html

  Results from FactBites:
 
Apple - Support - Downloads - J2SE 5.0 Release 4 (PPC) (138 words)
Java 2 Standard Edition (J2SE) 5.0 Release 4 delivers improved reliability and compatibility for Java 2 Platform Standard Edition 5.0 on Mac OS X v10.4.5 and later.
With this update J2SE 5.0 becomes the preferred Java version, superseding Java 1.4.2.
Java 1.4.2 is still installed on your machine, but applications will run with J2SE 5.0 unless they specifically request Java 1.4.2.
Classworking toolkit: Use J2SE 5.0 features on older JVMs (2429 words)
J2SE 5.0 brought immense changes to the Java™; language, to the point where even seasoned Java developers require in-depth training before they're up to speed on working with 5.0 features.
Avoiding the J2SE 5.0 additions to the standard libraries shouldn't be a major problem, but it can potentially catch you by surprise if you use autosuggestion popups in your IDE and accidentally pick a method or class that was only added in J2SE 5.0.
J2SE 5.0 makes changes in both the JVM and the actual Java language, but the JVM changes are fairly minor.
  More results at FactBites »


 
 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms, 0825, e