where do we use init()
Answers were Sorted based on User's Feedback
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 |
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 |
Have you used any version control ? if so explain about it?
What is the difference between pass by reference and pass by pointer?
what is difference between interface and abstract class..?
How to create a custom exception?
What is array initialization in java?
What is the relationship between clipping and repainting under awt?
which pattern is default in scanner package?
Can you make a constructor final?
Have you worked on bits programming? examples?What is bit? How many bits are there in the byte?
What happens when I use / and % with a negative numerator?
WHAT IS THE SCOPE FOR COREJAVA...? IS JAVA ONLY CORE JAVA ?
What is Java Package and which package is imported by default?