How to get an image from db2 database plz help as soon as
possible
Answer / haven
You can store images as binary data. BLOB's were supported
in JDBC2.0 archtecture and you can use JDBC getBLOB() to
retrieve binary datasets (and other SQL3 data types) similar
to the way you receive the standard sql data types ...
| Is This Answer Correct ? | 4 Yes | 2 No |
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
How u validate date in DD/MM/YY format. and how u validate money in ur jsp
3 Answers Ashok Leyland, Satyam, Tech Mahindra, Tomax,
Define the remote object implementation?
the use of try and ffinally keyword
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
Is multiple try block is possible in single java Application......
What is the name of the state, when a thread is executing?
Hi I have joined java course. I also want additional help from any tutorials website. Please suggest me tutorials which provides easy to understand online applet tutorials?
What is Servlet Filter And What does it work?
what is container?
why we use main in java?
i have a 1000 objects in data base i need to display those in jsp's how can i retrive those objects in jsp. (consider the performance issue)