|
Related Questions |
View Answer |
|
What is the widely used web programming technology? what is the advantages of JSP among other technologies?
|
View Answer
|
|
I have to view(in a JSP Page)the rows in a database which contains some thousands of rows.But in a page i have to view only 20 rows and by pressing the hyperlinks in the page(for an example :page1, page2)i have to view the rest of the records. Each page should contain 20 records only. Kindly give me an idea or some sample coddings to design the above JSP page.
|
View Answer
|
|
How to compile the JSP pages manually in all applications and web servers
|
View Answer
|
|
How are the implicit object made available in the jsp file? Where are they defined?
|
View Answer
|
|
Can one JSP or Servlet extend another Servlet or JSP
|
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
|