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 |
Why threads will block on I/O?
Java is fully object oriented languages or not?
Explain bind(), rebind(), unbind() and lookup() methods?
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
what are getters and setters in Java with examples?
java is fully object oriented languages or not? why?
What are the different approaches to represent an inheritance hierarchy?
How are the elements of a cardlayout organized?
What are the oops concept?
How can a dead thread be restarted?
Define the remote interface?
what is the life cycle of jsp?