All > Technology > Programming > Java
Sometimes called "Java for i-mode", i-appli is a Java environment based on CLDC. It is used on handsets in NTT DoCoMo's i-mode service. While i-appli is similar to MIDP, it was developed before the MIDP specification was finished and the two APIs are incompatible.
- Browse Related Terms: API (application programming interface), i-appli, JAIN, Java Database Connectivity (JDBC), Java Media APIs, Java Media Framework, Java Naming and Directory Interface (JNDI), JAXR client, JAXR provider, KittyHawk, kSOAP, PNG (Portable Network Graphics)
All > Technology > Programming > Java
A standard used by Japanese wireless devices to access cHTML (compact HTML) Web sites and display animated GIFs and other multimedia content.
- Browse Related Terms: 3G (Third generation), 802.11, AMPS (Advanced Mobile Phone Service), CDMA (Code-Division Multiple Access), CDMA One, CDMA2000, CDPD (Cellular Digital Packet Data), EDGE (Enhanced Data GSM Environment), FDMA (Frequency-division multiple-access), i-mode, JavaSpaces, LAN (Local area network), OTA (Over The Air), PCS (Personal Communications Service), PDC (Personal Digital Cellular), TDMA (Time-division multiple access), UMTS (Universal Mobile Telecommunications Service), W-CDMA (Wideband Code-Division Multiple Access), WAE (Wireless Application Environment), WDP (Wireless Datagram Protocol)
All > Technology > Programming > Java
An image intended to communicate a language- or culturally-independent meaning.
- Browse Related Terms: 3GPP (3rd Generation Partnership Project), ARPANET, Deck, ETSI (European Telecommunications Standards Institute), GPRS (General Packet Radio System), GSM (Global System for Mobile Communications), icon, iDEN (Integrated Dispatch Enhanced Network), Internet, Mobitex, MSC (Mobile Switching Center), PSTN (public service telephone network), WAP Gateway, WML (Wireless Markup Language), WMLScript
Also listed in:
- All > Law > E-Discovery
All > Technology > Programming > Java
An Integrated Development Environment (IDE) provides a programming environment as a single application. IDEs typically bundle a compiler, debugger, and GUI builder tog ether. Forte for Java is Sun's Java IDE.
- Browse Related Terms: IDE (Integrated Development Environment), Java, Java 2 SDK, Standard Edition, Java APIs for Integrated Networks (JAIN), Java Card API, Java Development Kit (JDK), Java Platform, Java Runtime Environment (JRE), JCP (Java Community Process), JDK, JRE, SDK (Software Development Kit), stack trace, Universal Description, Discovery and Integration (UDDI) project
All > Technology > Programming > Java
The Integrated Dispatch Enhanced Network (iDEN) is a wireless network system developed by Motorola. Various carriers support iDEN networks around the world: Nextel is one of the largest carriers, with networks covering North and South America.
- Browse Related Terms: 3GPP (3rd Generation Partnership Project), ARPANET, Deck, ETSI (European Telecommunications Standards Institute), GPRS (General Packet Radio System), GSM (Global System for Mobile Communications), icon, iDEN (Integrated Dispatch Enhanced Network), Internet, Mobitex, MSC (Mobile Switching Center), PSTN (public service telephone network), WAP Gateway, WML (Wireless Markup Language), WMLScript
All > Technology > Programming > Java
A programmer-defined name for a variable, method, class or interface.
The name of an item in a program written in the Java programming language.
- Browse Related Terms: global variable, high level programming language, identifier, native method, object-oriented language, stepwise refinement, structured programming, transient
Also listed in:
- All > Technology > Programming > Perl
- All > Technology > Security
All > Technology > Programming > Java
- Interface Definition Language. A language used to define interfaces to remote CORBA objects. The interfaces are independent of operating systems and programming languages.
Interface Definition Language. APIs written in the Java programming language that provide standards-based interoperability and connectivity with CORBA (Common Object Request Broker Architecture).
- Browse Related Terms: applet, applet container, Application, home handle, IDL, iterator pattern, trusted applet
All > Technology > Programming > Java
Standard 754-1985 issued by the Institute of Electrical and Electronic Engineers for binary floating point arithmetic. This is the standard to which Java's arithmetic conforms.
- Browse Related Terms: CTS, IEEE 754, J2EE product, Java 2 SDK, Java Card, Java Compatibility Kit (JCK), JavaCheck, JSR (Java Specification Request), Peer, Technology Compatibility Kit (TCK), Tomcat
All > Technology > Programming > Java
A Java keyword used to conduct a conditional test and execute a block of statements if the test evaluates to true.
- Browse Related Terms: Break, break statement, CASE, case label, case sensitive, continue, Default, default label, else, if, JSP scripting element, switch, switch statement
Also listed in:
- All > Recreation > Games > World of Warcraft
All > Technology > Programming > Java
A control structure used to choose between performing one of two alternative actions.
if(boolean-expression){ // Statements performed if expression is true. ... } else{ // Statements performed if expression is false. ... }
It is controlled by a boolean expression. See if statement.- Browse Related Terms: bounded repetition, Condition, continue statement, control structure, do, do loop, FOR, for loop, hot spot, if statement, if-else statement, infinite loop, iteration, loop variable, repetition, statement, Toggle, unbounded repetition, while, while loop
All > Technology > Programming > Java
A control structure used to choose between performing or not performing further actions.
if(boolean-expression){ // Statements performed if expression is true. ... }
It is controlled by a boolean expression. See if-else statement.- Browse Related Terms: bounded repetition, Condition, continue statement, control structure, do, do loop, FOR, for loop, hot spot, if statement, if-else statement, infinite loop, iteration, loop variable, repetition, statement, Toggle, unbounded repetition, while, while loop
All > Technology > Programming > Java
- Internet Inter-ORB Protocol. A protocol used for communication between CORBA object request brokers.
Internet Inter-ORB Protocol. A protocol used for communication between CORBA object request brokers.
- Browse Related Terms: File Transfer Protocol, FTP, HTTP, HTTP (HyperText Transfer Protocol), HTTPS, HTTPS (Hyper Text Transfer Protocol Secure sockets), IIOP, Java Secure Socket Extension (JSSE), ORB, scheme, Secure Socket Layer (SSL), SOAP (Simple Object Access Protocol), well-known port
All > Technology > Programming > Java
An image divided into logical areas, each of which has a hot spot.
- Browse Related Terms: binary search, FIFO (first in, first out), Image Map, infinite recursion, LIFO (last in, first out), Stack, stack overflow
Also listed in:
All > Technology > Programming > Java
An object whose state may not be changed. Objects of the
String
class are immutable, for instance - their length and contents are fixed once created.- Browse Related Terms: downcast, immutable object, main method, out-of-bounds value, return type, serialization, string, throws clause
All > Technology > Programming > Java
The style of programming usually associated with languages such as C, Fortran, Pascal and so on. Imperative programming is distinguished from functional programming in that the former is strongly tied to the concept of variables and memory locations. A variable is associated with a memory location and the contents of that memory location may be changed, via the variable, over the course of time. The meaning or effect of a program fragment at a particular point can only be understood by reference to the current contents of the set of relevant variables, therefore. In contrast, functional programs do not allow the contents of a variable to be changed once set (in simplified terms), hence making them easier to reason about. While languages such as C++ and Java are also imperative programming languages, strictly speaking, they are more commonly referred to as object-oriented programming languages.
- Browse Related Terms: aliases, functional programming, imperative programming, null reference, object reference, polymorphism, reference, static type, variable declaration
All > Technology > Programming > Java
- An act whereby one entity assumes the identity and privileges of another entity without restrictions and without any indication visible to the recipients of the impersonator's calls that delegation has taken place. Impersonation is a case of simple delegation.
An act whereby one entity assumes the identity and privileges of another entity without restrictions and without any indication visible to the recipients of the impersonator's calls that delegation has taken place. Impersonation is a case of simple delegation.
- Browse Related Terms: Delegation, destination, durable subscription, HLR (Home Location Register), impersonation, publish/subscribe messaging system, topic, VLR (Visitor Location Register)
Also listed in:
All > Technology > Programming > Java
All > Technology > Programming > Java
That part of of a class header that indicates which interfaces are implemented by the class. A class may implement more than one interface. See multiple inheritance.
- Browse Related Terms: abstract, aggregation, class inheritance, has-a relationship, Hash Function, hierarchy, implements clause, inheritance, inheritance hierarchy, interface inheritance, is-a relationship, multiple inheritance, sibling sub classes, single inheritance, sub class, Super, upcast
All > Technology > Programming > Java
Type conversion that does not require a cast. Implicit type conversions typically do not involve any loss of information. For instance, combining an integer operand with a floating point operand in an arithmetic expression will result in an implicit type conversion of the integer to an equivalent floating point value.
- Browse Related Terms: arithmetic expression, arithmetic operator, assignment operator, binary operator, boolean expression, conditional operator, De Morgan's Theorem, expression, fully evaluating operator, implicit type conversion, JSP expression, logical operators, operand, operator, precedence rules, quotient, relational operators, short-circuit operator
All > Technology > Programming > Java
A Java keyword used at the beginning of a source file that can specify classes or entire packages to be referred to later without including their package names in the reference.
Also listed in:
- All > Law > E-Discovery
- All > Science > Water
- All > Science > Weather
- All > Technology > Programming > Perl