Network
In general, the term network can refer to any interconnected group or system.
Language
Any
Platform
Any
License
Any
One of the defining features of the Java environment is its
built-in support for threads. Threads let an application
perform multiple activities simultaneously. When used properly,
threads let...
This article provides an overview of the CLDC Generic
Connection Framework and examines the new support for sockets
and datagrams.
For a long while, all the excitement in the Java 2 Platform,
Micro Edition (J2ME) was centered on the Connected Limited
Device Configuration (CLDC), released in final form in May,
2000. The...
On occasion, you may find that the only way to obtain certain
information is to extract it from a page of HTML on a web site,
in a procedure commonly called page scraping. It's similar to...
Form-based custom components are available to MIDP 2.0
applications, however, through the CustomItem class, a new
addition to the javax.microedition.lcdui package. Like all form
items,...