I want to fetch an image from database. For that I have created a byte array for an image, which is passed by a string, and now I want to convert that string into image form
Blob blob = new javax.sql.rowset.serial.SerialBlob(bytes);