Thread: Basic details
View Single Post
  #2 (permalink)  
Old 05-22-2010, 03:50 AM
scroozlewis scroozlewis is offline
Junior Member
 
Join Date: May 2010
Posts: 17
scroozlewis is on a distinguished road
I don’t have brief knowledge about the RecordStore class in java. RecordStore class basically symbolize a record store and a record store consists of a collection of records. A record store is the only form of constant storage that a CLDC device is required to support. A record store is a set of unformatted data elements, each identified by a exclusive integer.

E.g. RecordStore.java

/*
* @(#)RecordStore.java 1.69 02/10/03 @(#)
*
* Portiona Copyright (c) 2000-2002 Sun Microsystems, Inc. All Rights Reserved.
*
* Copyright 2000 Motorola, Inc. All Rights Reserved.
* This notice does not imply publication.
*/
Reply With Quote