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 |
Difference between JDK, JRE, JVM
16 Answers Deloitte, HCL, Mind Tree, Oracle, Reliance, TCS, ThinkBox,
extending thread class or implementing runnable interface. Which is better? : Java thread
What is variable argument in java?
What do you mean by multithreaded program?
what is the life cycle of jsp?
What restrictions are placed on method overloading and method overriding?
What comes to mind when someone mentions a shallow copy in java?
What are the steps in the jdbc connection?
Iterator in the HashMap is fail-safe means what?
what is daemon thread and which method is used to create the daemon thread? : Java thread
what is class.forname() and how it will be useful ?
What is binary search in java?