What is the getProperty() method?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the getProperty() method?
Rating:
The getProperty() method is a method of the System class. It is used to extract system properties. The general syntax of this method is as follows:
Here, the key parameter specifies one of the following system properties:
- microedition.profile
- microedition.configuration
- microedition.locale
- microedition.platform
Rating:
Was this information helpful?
Other articles
- What is the openRecordStore() method?
- What is the numRecords() method?
- What is the sleep() method?
- What is the getColor() method?
- What is the SecurityInfo interface?