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 JDBC has introduced
What is Introspection?
Explain bind(), rebind(), unbind() and lookup() methods?
What is a thread?
What is the difference between java class and bean?
suppose i open my yahoo mail.then copy the url. then sign out & close browser.then open browser paste that url on the browser.will i get my mail opened or not? i know it ill not.but how it work.how i create like this type of secure site?
What is the difference between static and non-static with examples?
What is synchronization?
What is the applet sandbox?
What is the purpose of the wait(), notify(), and notifyall() methods?
What is glasgow?
Can a thread be a member of another thread?