Answer Posted / 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 |
Post New Answer View All Answers
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???
What is the syntax and characteristics of a lambda expression? Explain
What about method local inner classes or local inner classes in java?
What is hotjava?
How will you add panel to a frame?
What are the different types of garbage collectors in java?
List some important characteristics on jre
When do we need to use internal iteration? When do we need to use external iteration?
In which order the iterator iterates over collection?
What is application tier?
What is the flag in java?
Can we declare register variable as global?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
Can you extend main method in java?
What is the final keyword denotes?