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 |
why abstract class does not have object creation
what really hapens when a object is created using new operator? 1.is it allocates memory to all variables and methods in the class with reference to that object?
WHAT IS JDK,JVM,CLASS DEFINE ALL?
What does provide mean construction?
question on Thread synchronization
Can a static member function access member variable of an object?
What is difference between static and abstract class?
Does 'true' and 'false' are keywords?
What is abstraction with strong example program? (not a general program)
What is exception handling in java?
Can we overload destructor in java?
how to convert mm/dd/yy to dd/mm/yy using collections in java.