Skip to main content
IBM 
ShopSupportDownloads
IBM HomeProductsConsultingIndustriesNewsAbout IBM
IBM : developerWorks : Java Technology : Education - online courses
J2ME: Step by step
Download tutorial zip fileView letter-sized PDF fileView A4-sized PDF fileE-mail this tutorial to a friend
Main menuSection menuGive feedback on this tutorialPreviousNext
7. CLDC API
  


java.lang core run-time classes page 3 of 11


The core run-time classes for the java.lang package are:

  • Class -- Represents classes and interfaces in a running Java application.

  • Object -- As in J2SE, Object is the base class of all Java objects.

  • Runtime -- Provides a way for a Java application to interact with the run-time environment in which it is running.

  • System -- Provides several static helper methods, as with J2SE.

  • Thread -- Defines a thread of execution for a Java program.

  • Throwable -- The superclass of all errors and exceptions in the Java language.

Main menuSection menuGive feedback on this tutorialPreviousNext
PrivacyLegalContact