What is the append() 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 append() method?
Rating:
The append() method is a method of the Form class. It places an instance of the Item class with that of the Form class. It places the instances in a sequential order. For example, if there are three instances of the StringItem class, namely s1, s2, and s3, then s1 will appear first on the screen, followed by s2 and s3. It takes the instance of the Item class as a parameter.
Rating:
Was this information helpful?
Other articles
- What is the HttpsConnection interface?
- What is CLDC?
- Java 2 Platform Micro Edition (J2ME)
- What is the start() method?
- What is the Vector class?