InterviewSolution
Saved Bookmarks
| 1. |
How Do You Insert Images In Database Using Jdbc? |
|
Answer» We can store IMAGES in the databse using the BLOB DATATYPE where in the image is STORED as a byte stream. We can store images in the databse using the BLOB datatype where in the image is stored as a byte stream. |
|