| Author |
INIT
|
Mike Shn
Ranch Hand
Joined: May 26, 2001
Posts: 149
|
|
Hello I see very often in java programs word "init". This word is keyword? What is meaning on the word? Thanks
|
 |
Junilu Lacar
Bartender
Joined: Feb 26, 2001
Posts: 4118
|
|
"init" is not a Java keyword. It is, however, an important method of the Applet class that is used to initialize the applet each time it is loaded or reloaded. Junilu
|
Junilu - [How to Ask Questions] [How to Answer Questions] [MiH]
|
 |
 |
|
|
subject: INIT
|
|
|