Example & Tutorial understanding programming in easy ways.

What is the name of 10 classes of J2SE which are not used in J2ME?.

Name of 10 classes of J2SE which are not used in J2ME:

 1. javax.microedition.midlet.MIDlet class - A MIDlet is a MID Profile                 application.A MIDlet is a set of classes designed to be run and controlled

    by the application management software via this interface.
 2. javax.microedition.lcdui.Alert class -An Alert is a Screen that is used to          display information about the event to the user for a certain period of time.
 3. javax.microedition.lcdui.Canvas class - Class is used to handel low-level          event and represent the graphics issue for drawing.
 4. javax.microedition.lcdui.ChoiceGroup class - Class is used to represents a      group of selectable elements .
 5. javax.microedition.lcdui.Command class - Class is used to encapsulates          the semantic information of an action. This Action invoke a CommandListner        that associated with the Displayable.
 6. javax.microedition.lcdui.CustomItem class - Class is used to add new            visual and interactive elements into Forms.
 7. javax.microedition.lcdui.DateField class - Class is used to represent date        and time (calendar) information.
 8. javax.microedition.lcdui.Display class - Class is used to represents the            display manager and input device of system.
 9. javax.microedition.lcdui.Form class - Class is used to create a Form on            screen contains an arbitrary mixture of items: TextField, TextBox, Images,            DataFields, Gauges, Choice Groups, and Coustom items.
10. javax.microedition.lcdui.Screen class - Class is used to implements a             graphical display, such as a a bar graph.
 
  

Read More →