(Interview) J2ME Interview Questions (Page - 2)
Interview : J2ME Interview Questions
What is Foundation Profile
The Foundation Profile is a J2ME profile specification that builds on CDC.
It adds additional classes and interfaces to the CDC APIs but does not go so far
as to specify user interface APIs, persistent storage, or application life
cycle. Other J2ME profiles build on the CDC/Foundation combination: for example,
the Personal Profile and the RMI Profile both build on the Foundation Profile.
What is Generic Connection Framework
The Generic Connection Framework (GCF) makes it easy for wireless devices to
make network connections. It is part of CLDC and CDC and resides in the
javax.microedition.io package.
What is GPRS
The General Packet Radio System (GPRS) is the next generation of GSM. It
will be the basis of 3G networks in Europe and elsewhere.
What is GSM
The Global System for Mobile Communications (GSM) is a wireless network
system that is widely used in Europe, Asia, and Australia. GSM is used at three
different frequencies: GSM900 and GSM1800 are used in Europe, Asia, and
Australia, while GSM1900 is deployed in North America and other parts of the
world.
What
is HLR
The Home Location Register (HLR) is a database for permanent storage of
subscriber data and service profiles.
What is HTTPS
Hyper Text Transfer Protocol Secure sockets (HTTPS) is a protocol for
transmission of encrypted hypertext over Secure Sockets Layer.
What is i-appli
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.
What is IDE
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.
What is iDEN
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.
What is i-mode
A standard used by Japanese wireless devices to access cHTML (compact HTML)
Web sites and display animated GIFs and other multimedia content.
What is J2ME
Java 2, Micro Edition is a group of specifications and technologies that
pertain to Java on small devices. The J2ME moniker covers a wide range of
devices, from pagers and mobile telephones through set-top boxes and car
navigation systems. The J2ME world is divided into configurations and profiles,
specifications that describe a Java environment for a specific class of device.
What is J2ME WTK
The J2ME Wireless Toolkit is a set of tools that provides developers with an
emulation environment, documentation and examples for developing Java
applications for small devices. The J2ME WTK is based on the Connected Limited
Device Configuration (CLDC) and Mobile Information Device Profile (MIDP)
reference implementations, and can be tightly integrated with Forte for Java
What is Java Card
The Java Card specification allows Java technology to run on smart cards and
other small devices. The Java Card API is compatible with formal international
standards, such as, ISO7816, and industry-specific standards, such as,
Europay/Master Card/Visa (EMV).
What is JavaHQ
JavaHQ is the Java platform control center on your Palm OS device.
What is JCP
The Java Community Process (JCP) an open organization of international Java
developers and licensees who develop and revise Java technology specifications,
reference implementations, and technology compatibility kits through a formal
process.
What is JDBC for CDC/FP
The JDBC Optional Package for CDC/Foundation Profile (JDBCOP for CDC/FP) is
an API that enables mobile Java applications to communicate with relational
database servers using a subset of J2SE's Java Database Connectivity. This
optional package is a strict subset of JDBC 3.0 that excludes some of JDBC's
advanced and server-oriented features, such as pooled connections and array
types. It's meant for use with the Foundation Profile or its supersets.
What is JSR
Java Specification Request (JSR) is the actual description of proposed and
final specifications for the Java platform. JSRs are reviewed by the JCP and the
public before a final release of a specification is made.
What is KittyHawk
KittyHawk is a set of APIs used by LG Telecom on its IBook and p520 devices.
KittyHawk is based on CLDC. It is conceptually similar to MIDP but the two APIs
are incompatible.
What is KJava
KJava is an outdated term for J2ME. It comes from an early package of Java
software for PalmOS, released at the 2000 JavaOne show. The classes for that
release were packaged in the com.sun.kjava package.
What is kSOAP
kSOAP is a SOAP API suitable for the J2ME, based on kXML.
What is kXML
The kXML project provides a small footprint XML parser that can be used with
J2ME.
What is KVM
The KVM is a compact Java virtual machine (JVM) that is designed for small
devices. It supports a subset of the features of the JVM. For example, the KVM
does not support floating-point operations and object finalization. The CLDC
specifies use of the KVM. According to folklore, the 'K' in KVM stands for
kilobyte, signifying that the KVM runs in kilobytes of memory as opposed to
megabytes.
- guru's blog
- Login to post comments
