Advertisement
Home arrow SCMAD Mock Exams arrow List of Free SCMAD Articles from uCertify.com
List of Free SCMAD Articles from uCertify.com E-mail
Written by Roger Stuart   
Article Index
List of Free SCMAD Articles from uCertify.com
Page 2
Page 3
Page 4
Page 5
Page 6
Page 7
Page 8
Page 9
Page 10
Page 11
Page 12
This is a comprehensive list of free Articles for Sun Certified Mobile Application developer CX310-110 published at ucertify.com
SCMAD free articles at ucertify.com
  • What is the registerAlarm() method?


    The registerAlarm() method is a method of the PushRegistry class. This method is used to register a MIDlet to get it activated at a specified time. The general syntax of this method is as follows: public static long registerAlarm(String MIDlet, long time) The MIDlet parameter takes the... [read more..]

    What is the closeRecordStore() method?


    The closeRecordStore method is a method of the RecordStore class. This method is called to close a record store. A record store must be closed to free the resources (memory) it has been holding since it was opened. This method does not take any parameter. The call to this method must match the... [read more..]

    What is the deleteRecordStore() method?


    The deleteRecordStore() method is a method of the RecordStore class. It takes one parameter, i.e., the name of the record store to be deleted. The general syntax of this method is as follows: public static void deleteRecordStore(String recordstore_name) [read more..]

    Things to practice for CX 310-110


    The Sun Certified Mobile Application Developer for the Java 2 Platform, Micro Edition, Version 1.0 certification exam is meant for software developers who are developing mobile applications by using the Java 2 Platform, Micro Edition (J2ME) technology. The devices include cellular phones,... [read more..]

    What is Generic Connection Framework?


    The Generic Connection Framework (GCF) is a J2ME API defined to support wireless networking. It has the following interfaces: Connection StreamConnectionNotifier InputConnection OutputConnection DatagramConnection StreamConnection ContentConnection The Connection interface... [read more..]

    What is Ticker?


    Ticker is a class used to display a message across the horizontal screen of the device. An instance of the Ticker class can be associated with any class derived from the Screen class. It has the following methods: Ticker(String str): It creates a new Ticker. The String parameter defines the... [read more..]

    What is the insert() method?


    The insert() method is a method of the Form class. It places an instance of the Item class on the form at a specified location. It takes the following two parameters: An int, which indicates the location on the form to place the instance of the Item class. An instance of the Item class.... [read more..]

    What is a record store?


    A record store is similar to a database table. It is a collection of rows and columns. A unique ID known as record ID identifies each record in a record store. The RMS (Record Management System) API is used to store and manipulate data in an organized manner on resource-constrained devices. [read more..]

    What is the append() method?


    The append() method is a method of the Form class. It places an instance of the Item class with that of the Form class. It places the instances in a sequential order. For example, if there are three instances of the StringItem class, namely s1, s2, and s3, then s1 will appear first on the screen,... [read more..]

    What is the open() method?


    The open() method is a method of the Connector class. It is used to create a connection of a MIDlet to a Web server. There are three versions of the open() method. They are as follows: static Connection open(String connectionstring): This version takes only a String parameter that specifies... [read more..]


 

Sponsored

Login / Logout


Search HotJobs now for jobs
© 2007 Anil Kumar Kuchana SkillFox.com