where do we use init()

Answers were Sorted based on User's Feedback



where do we use init()..

Answer / yashwant

init() func is not only used in applets but it also used in
Servlet to initialized Servlet Program(Configured Servlet)
init()Called only once during the initialization of the Servlet.

Is This Answer Correct ?    6 Yes 1 No

where do we use init()..

Answer / guest

init() func is used in applets it is a method of applet
class and we need to override this method...

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Core Java Interview Questions

What is bigger kb or mb?

0 Answers  


What is the difference between sleep and wait in java?

0 Answers  


How to sort double array in java?

0 Answers  


What is the current version of java?

0 Answers  


What is the difference between scrollbar and scrollpane?

0 Answers  






what is Assertion?

4 Answers   Wipro,


What is the purpose of format function?

0 Answers  


Which is not Object in Java?

10 Answers   Honeywell,


what is meant by abstract class?

0 Answers   Aspire,


What is a superclass?

0 Answers  


Is it possible to use string in the switch case?

0 Answers  


Explain, java is compatible with all servers but not all browsers?

0 Answers  


Categories