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

Have you used any version control ? if so explain about it?

2 Answers  


What is the difference between pass by reference and pass by pointer?

1 Answers  


what is difference between interface and abstract class..?

4 Answers  


How to create a custom exception?

1 Answers  


What is array initialization in java?

1 Answers  


What is the relationship between clipping and repainting under awt?

1 Answers  


which pattern is default in scanner package?

1 Answers   Satyam,


Can you make a constructor final?

1 Answers  


Have you worked on bits programming? examples?What is bit? How many bits are there in the byte?

1 Answers  


What happens when I use / and % with a negative numerator?

1 Answers  


WHAT IS THE SCOPE FOR COREJAVA...? IS JAVA ONLY CORE JAVA ?

2 Answers  


What is Java Package and which package is imported by default?

1 Answers  


Categories