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 java and their uses?
What is the platform?
Which is better ascii or unicode?
What is design pattern and there types?
Which class is the superclass for all the classes?
What is the purpose of an interface?
How do you test a method for an exception using junit?
What is mean by collections in java?
What is functional interface in java example?
Explain the term virtual machine?
Difference between string s= new string (); and string s = "abv";?
1) Find the Merge point of two linked lists. 2) Swap two bits of integer. 3) Reverse individual words of the sentence. 4) Reverse string without using temp string.