Q : In session created by server with client(browser) How can server find that request coming is belong to new session OR belong to session that is timeout.
HCL,
4 8072Hi, I've applied for HPCL(Information System Officer)& UIIC (A).Plz send me previous/sample papers and any suggestions regarding this exam.Please advice me good study material or related links. Thanks in advance shyam shyamprasad71@gmail.com
2395hpcl information systems officer 2008 Question Papers or any last previous questions papers thanks in advance shyamprasad71@gmail.com shyamprasad71@gmail.com
HPCL,
2348i am using rich faces datatable rich:datatable. On entering the value, values get filtered in table. Now how can i get the value in back9ing bean..?
1 5316Java Server Page I can use a function in two ways:
Either I declare
What are the attributes on page directives?
How do I prevent the output of my jsp or servlet pages from being cached by the browser?
Give the use of session object.
What is expression tag in jsp?
What is jsp translation time?
Why is it that JComponent have add() and remove() methods but Component doesn’t?
How can I declare methods within my jsp page?
What is scripting elements in jsp?
Can we define a class in a jsp page?
Give an example where you need jsp custom tag?
What are jsp el implicit objects and how it’s different from jsp implicit objects?
What are the two types of comments supported by jsp?
How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.
How can information from one JSP be passed to another JSP?
What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?