aspose file tools
The moose likes Beginning Java and the fly likes INIT Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "INIT" Watch "INIT" New topic
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
    
    2

"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]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: INIT
 
Similar Threads
init methods of Servlets: need clarification
Please help me on how to control servlet
WA #1.....word association
Your most hated word
Picking the color under the mouse cursor on a JPanel