- Forward


The J2ME Connected Limited Device Configuration
An Introduction


Prof. David Bernstein
James Madison University

Computer Science Department
bernstdh@jmu.edu

Print

Differences - Collections
Back SMYC Forward
  • No templated collections.
  • Vector, Hashtable and Stack are the only collections.
Differences - Input/Output
Back SMYC Forward
  • Streams:
    • Only DataInputStream and DataOutputStream
  • Connections:
    • Streams are obtained from Connection objects which are obtained from a Connector using a URL
  • "Files":
    • Some devices support the FileConnection API (JSR 75)
There's Always More to Learn
Back -