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 |
what is the difference between future and callable interface in java?
What is a short in java?
What is http client in java?
What is stringwriter?
Howmany address lines are required to addressing 1 MB memory?
8 Answers Beatroot Technologies, CSC, HCL, Hexaware, IBM,
What is the difference between a factory and abstract factory pattern?
What is difference between == equals () and compareto () method?
What is a nested list?
what is the J2EE BluPrints?
Why to use nested classes in java?
Can a class be private in java?
What is I/O Filter?