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 are literals in java?
Write a java program to check if a number is prime or not?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
What is fundamental datatype?
What does mean in regex?
explain Anonynous inner class?
How do you remove spaces in java?
What are the benefits of operations in java?
Is sizeof a preprocessor?
What is the difference between a choice and a list?
What are encapsulation, inheritance and polymorphism?
Can a method be static?