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 |
What is servlet preinitialization
What do you mean by Socket Programming?
What are JTA/JTS and how they used by client?
What is Stream and Types?
What is the immediate superclass of the applet class?
What are the services in RMI ?
What are the steps involved in developing an RMI object?
What modifiers may be used with an interface declaration?
Explain bind(), rebind(), unbind() and lookup() methods?
Write a java program to find out the sum of harmonic series : 1 + ½ + 1/3 + ……… up to nth term , for any value of n.
Difference between new operator and class.forname().newinstance()?
Explain about local interfaces.