How to generate a graph using real time data in jsp.
Latest Answer: nice answer ...
Latest Answer: there is no _jspInit() ..Underscore is the symbol which says we cannot OverrrideThe life cycle methods are jspInit() we can override_jspService() ...
i.e Why we can not run the application like simple java program
Latest Answer: can you play a cricket match on a road? if you find the answer for this quaestion you well be able to answer the question the one which host. ...
Latest Answer: Yes somebody there is correct ...
Latest Answer: JSP will get converted to a servlet having the same name as that of the jsp. The converted servlet will have all the properties set by the jsp. It will be available in the Work folder of the server program ...
Latest Answer: Servlet will execute in webcontainer only. The life cycle of servlet is init(ServletConfig cg)service(ServletRequest,ServletResponse)destroy()So our webcontainer will call these methods only to execute our servlet. So even you defined main() method in ...
Latest Answer: There is no applicationsession as per my knowledge.HttpSession is an interface and it is used as one of session tracking mechanism. ...
Latest Answer: In jsp declarations we can declare methods and variables
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top