Hi,
I have a problem related to passing a number of parameters (the number changes dynamically) for the IN operator in the WHERE clause of a select statement. I want to have a static query e.g. "select * from emp where emp_name in (?, ?, ?, ....)". Here the number of place holders are...
Hi,
I'm building a tree in applet using JTree. I want each node of the tree to be a link such that when the user clicks a node, the request goes to a servlet. Also, each node sends a unique key-value pair to the servlet so that the servlet knows which node was clicked. This means that each node...
Hi,
Please refer to the code below:
response.setContentType ("application/xml");
response.setHeader ("Content-Disposition", "attachment; filename=\"my.xml\"");
java.io.BufferedReader in = new java.io.BufferedReader(new java.io.FileReader(xmlPath))...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.