Java
Java is a programming language originally developed by Sun Microsystems and released in 1995 as a core component of Sun Microsystems' Java platform.
Application
Virtual Machine
Remove
Platform
Java SE
Remove
License
Any
Although you may be completely at ease with Java collections in previous versions, J2SE 5.0 collections are both simpler and different, requiring less code but altered programming techniques.
Annotations, a new feature in J2SE 5.0 (Tiger), brings a much-needed metadata facility to the core Java language. In this first of a two-part series, author Brett McLaughlin explains why metadata is...
Java version 1.5, currently referred to as Tiger, is due out around August 2004. Tiger introduces many dramatic new language features. This article further discusses the new enum facility,...
Java version 1.5, currently referred to as Tiger, is due out around August 2004. Tiger introduces many dramatic new language features. This article discusses the new enum facility.
A brief follow-up article on the support in Java for annotation
types. Annotations, which allow you to mark your code with
meta-tags, will be available in the upcoming Java release, J2SE
1.5...
A brief article on the support in Java for annotation types.
Annotations, which allow you to mark your code with meta-tags,
will be available in the upcoming Java release, J2SE 1.5 (also
known...
The Java 2 Platform, Standard Edition 1.4 (J2SE 1.4) has introduced several new features and enhancements for the Common Object Request Broker Architecture (CORBA). The new features and enhancements...
This article describes the J2SE Java virtual machine features supported by the KVM, what classes have been inherited from the J2SE by the CLDC, and specifically, what new classes have been added to...