What is the insert() 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 insert() method?
Rating:
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.
Rating:
Was this information helpful?
Other articles
- What is the getMIDlet() method?
- What is the setTitle() method?
- What is MIDP?
- What is the recordChanged() method?
- What is the getTimeout() method?