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 the method to expand and collapse nodes in a jtree?

0 Answers  


What will be the default values of all the elements of an array defined as an instance variable?

0 Answers  


What modifiers are used for interface declaration?

7 Answers  


What are implicit objects in java?

0 Answers  


What is an immutable class?

0 Answers  






What is the difference between an inner class and a sub-class?

0 Answers  


What is the difference between iterator and list iterator?

0 Answers  


Difference between comparator and comparable in java?

0 Answers  


How do you represent a space in regex java?

0 Answers  


Difference between process and thread?

0 Answers   HP,


How to perform binary search in java?

0 Answers  


What is public static void main?

0 Answers  


Categories