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

  • SEARCH
  • Home
  • 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 8483713
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T20:10:53+00:00 2026-06-10T20:10:53+00:00

Is it necessary to read/skip the InputStream before closing the stream? If the stream

  • 0

Is it necessary to read/skip the InputStream before closing the stream? If the stream isn’t read, will this cause any issues with future connections (using keep-alive)? Using Oracle JVM.

InputStream is = null;
try {
    URL url = new URL("http://example.com/executeTrigger?id=523");
    is = url.openStream();

} catch (Exception ex) {
} finally {
    if (is != null) {
        try {
            is.close();
        } catch (IOException e) {
        }
    }
}

Is the above valid, or should I call is.skip(Long.MAX_VALUE)right after executing the url.openStream()?

  • 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-10T20:10:54+00:00Added an answer on June 10, 2026 at 8:10 pm

    In TCP it will cause the sender to get a ‘connection reset by peer’. A web server is used to browsers disappearing, paging away, etc, so it won’t cause any harm in this situation, but if you were implementing an application protocol it would be different.

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

Sidebar

Related Questions

Read this on the oracle docs java.lang page: Frequently it is necessary to represent
Is it necessary to turn both Internet and GPS on before I can read
I read in forum that while implementing any application using AMQP it is necessary
I'm struggle extracting necessary data from this json stored inside php variable. Not yet
struggle extracting necessary data from this complex json stored inside php variable. Via php
Is it necessary to process a cube before changes to the allowed attributes for
I read some examples of code necessary to make an application Applescript-able, but I
I want to read data records from a non-seekable stream in Ruby. I want
If I have a read-only string property, is it necessary to specify strong (or
I've read every post I can find about this but nothing is working. I'm

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.