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 helper classes page 5 of 11


The helper classes for the java.lang package are:

  • Math -- Contains methods for performing basic mathematical operations. Note that all the methods manipulating floating point values are omitted, leaving only the abs(), min(), and max() methods on integers and longs.

  • String -- Represents String objects in Java, as in J2SE.

  • StringBuffer -- Represents a string that can be modified, as in J2SE.

Main menuSection menuGive feedback on this tutorialPreviousNext
PrivacyLegalContact