answersLogoWhite

0

First of all, let's assume that by "lint" you mean "init."

There are two methods called at the beginning of an applet's lifetime:

Applet.init() - Called to tell the applet that it has been loaded into the system. You should use this method to initialize any resources used by the applet.

Applet.start() - Called to tell the applet that it should start running.

start() is always called after init()

User Avatar

Wiki User

16y ago

Still curious? Ask our experts.

Chat with our AI personalities

EzraEzra
Faith is not about having all the answers, but learning to ask the right questions.
Chat with Ezra
SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve
FranFran
I've made my fair share of mistakes, and if I can help you avoid a few, I'd sure like to try.
Chat with Fran

Add your answer:

Earn +20 pts
Q: Difference between start and lint method of applet?
Write your answer...
Submit
Still have questions?
magnify glass
imp