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 |
How does split work in java?
What is Vector?Can you elaborate how Vector is Thread safe?
Is arraylist ordered?
What is the use of 'super' keyword inside a constructor?
0 Answers Flextronics, Thomson Reuters, Virtusa,
List some features of the abstract class.
Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?
What is difference between char array and string?
Which methods are used during serialization and deserialization process?
How to display names of all components in a Container?
Say any two properties in beans?
What is hasnext in java?
Where are the local variables stored?