|
Related Questions |
View Answer |
|
suppose we have 1000 rows in the database i need to retrive 200 rows per page, then which approach is better either struts based or non struts based it is an interview question
|
View Answer
|
|
What is the difference between declaring the variables in the scriptlet tags and in the declaration tags?
|
View Answer
|
|
What is the differene between include directive and include action?
|
View Answer
|
|
What is difference between JSP 1.0 model and JSP 2.0 model
|
View Answer
|
|
What is jsp:usebean. What are the scope attributes & difference between these attributes
|
View Answer
|
|
How can we move from one JSP page to another(mean using what tecnique?)
|
View Answer
|
|
How can you include a static file in JSP page. is it possible in html style sheet. which one is better jsp's include directive ("<%@include="filename"%>) or html's style sheet.
|
View Answer
|
|
Can we implements interface or extends class in JSP?
|
View Answer
|
|
How can we move from one JSP page to another(mean using what tecnique?)
|
View Answer
|
|
What does < %= obj.getXXX() %> the following expression get evaluated to ?
|
View Answer
|
|
What is difference between scriptlet and expression
|
View Answer
|
|
How to pop up a jsp page?refreshing every two seconds.
|
View Answer
|
|
I want to accomplish the following scenario: 1) user submits a jpg/gif file from an html form (using <input type="file"> in the form, the user can browse to a file of their choice) 2) upload the jpg/gif file through a combination of Java and JSP's 3) put the jpg/gif into a database on a server and/or into a folder on my local system.
|
View Answer
|
|
How can my JSP communicate with java class file
|
View Answer
|
|
What is the difference betweeen a statis and dynamic include?
|
View Answer
|
|
What is JSP
|
View Answer
|
|
I want to place two buttons one for save and one for delete.i am using DispatchAction as controller,how can i find which button i am pressing and how to diffrentiate?
|
View Answer
|
|
What is the Difference between sendRedirect() and Forward?
|
View Answer
|
|
Can I call an interface in a JSP?
|
View Answer
|
|
What is the differences between JSP LifeCycle and Servlet LifeCycle?
|
View Answer
|