|
Related Questions |
View Answer |
|
What is JSP expression language ?
|
View Answer
|
|
What is JSP expression ?
|
View Answer
|
|
What is JSP element ?
|
View Answer
|
|
What is JSP document ?
|
View Answer
|
|
What is JSP directive ?
|
View Answer
|
|
What is JSP declaration ?
|
View Answer
|
|
What is JSP custom action ?
|
View Answer
|
|
What is JSP container, distributed ?
|
View Answer
|
|
What is JSP container ?
|
View Answer
|
|
What is JSP action ?
|
View Answer
|
|
I have created two buttons in a JSP page.i want to go to one page when button1 is clicked and to other page when button2 is clicked..how can i do this?..Plz help me..
|
View Answer
|
|
Write the JSP command which includes sub_page.jsp and passing in parameters as below: Parameter: “age” Value: “33” Parameter: “place” Value: “petaling jaya”
|
View Answer
|
|
I m sending my data frm one page. The second page process it & saves to database and display message like DATA SAVED on same page(second). If I refresh the browser the same query re-execute & again same data store. How Can I check this(I meanwithout using sendredirect to another page)
|
View Answer
|
|
What is the max limit of parameters that can be passed from Form.
|
View Answer
|
|
How can I restrict the user from Clicking of Back button in any browser?
|
View Answer
|
|
Why HTML is called as a language?
|
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
|