Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8757593
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T14:20:30+00:00 2026-06-13T14:20:30+00:00

I am working on a web application, using JSP and Servlets, I was retreiving

  • 0

I am working on a web application, using JSP and Servlets, I was retreiving pictures as a string which contains the path of that picture.

while(rset.next())
{ %>
     <img src='<%rset.getString(1)%>' />
<%  }

And the table in the database would be like this.

id ---- image_path

1.....images/aaa.png

2.....images/bbb.png

So what I’m doing here is actually getting the path of the image, not the image itself, the images are inside a folder called images.

But later on, I found another way which actually stores images in a database.

PreparedStatement ps = con.prepareStatement("INSERT INTO pictures VALUES(?,?)");
  File file = new File("C:/apache-tomcat-6.0.16/webapps/CodingDiaryExample/images/5.jpg");
  FileInputStream fs = new FileInputStream(file);
  ps.setInt(1,8);
  ps.setBinaryStream(2,fs,fs.available());
  int i = ps.executeUpdate();

Which is the best approach?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T14:20:31+00:00Added an answer on June 13, 2026 at 2:20 pm
    1. Getting images from Web Application is Good compared with fetching from Database.

    2. OR if you have more number of images,then store in a FTP and fetch based on pah.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on a web application using JSP/Servlets, etc. And I have a lot
I am working on a web application (using Grails) which will generate a gift
I am working on an ASP.NET web forms application that is using Forms Authentication.
I'm working on an existing Java web application (HTML/CSS/JS/JSP/Servlets and Java classes in this
I am building a web application using java servlets and jsp. Every thing is
I am working on a J2EE web application Here we are using JSP and
I have a decent working web application (Java/Servlet/Jsp) that I would like to improve
I am working on a web based application with JSP and servlets. I am
I am working on a web application(using PHP) which will use MySQL database in
I am working on my school application using jsp and web-development is new to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.