About   |   Contact   |   Impressum  

Consultancy Services

Administration

Automation

Capacity

Customisation

Development

Education

Implementation

Installation

Migration

Performance

Problem

Programming

Web

Contact

Glossary

News

A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  

J

Java
An object-oriented programming language for portable interpretive code that supports interaction among remote objects. Java was developed and specified by Sun Microsystems, Inc.

Top

JavaBean
A platform independent, software component technology for building reusuable Java components called "beans". Once built, these beans can be made available for use by other programmers or can be used in Java applications. Also, using JavaBeans programmers can manipulate and assemble beans in a graphical "drag and drop" development environment.

See also Enterprise JavaBeans (EJB).

Top

Job Control Language (JCL)
A control language used in MVS systems to describe a job (or started task) and its requirements to the operating system.

Top