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 6944049
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T13:14:07+00:00 2026-05-27T13:14:07+00:00

(I am using Java!) I have two threads t1 and t2. Each thread reads

  • 0

(I am using Java!) I have two threads t1 and t2. Each thread reads from a Socket inputstream by invoking a public static function as follows:

public static byte[] readSocket(DataInputStream dis, Logger log) throws IOException
    {
        byte[] byteArray = new byte[100]; 
        if(dis.read(byteArray, 0, 100)!=-1)
        {
            return byteArray;
        }
    }

Will there be a synchronization problem if

  1. the inputstream is from different sockets (i.e. t1 reads from a different socket and t2 from another).
  2. the inputstream is same for both threads t1 and t2.
  • 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-05-27T13:14:07+00:00Added an answer on May 27, 2026 at 1:14 pm

    It will not cause a data race. If you are calling the same method on different threads, each thread has a different copy of the method on its own stack. Therefore, local variables inside the method exist on each thread’s stack with different copies.

    So, your only problem can appear if the DataInputStream which is an external parameter is shared or not. If not, then you have no problems. The fact that the method is static does not influence in any way what I’ve said above.

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

Sidebar

Related Questions

I have two applications written in Java that communicate with each other using XML
I am implementing a server using Java ServerSocket and have two clients connecting, each
I have two (or more) Java Threads creating, updating and deleting entities from a
I have to write an XML file using java.The contents should be written from
I am using Java and SOAP. I have two webservices. One (A), which generates
How to delete a string of the XML node using java. I have two
So, I have two threads. Thread one manages the client connections. (There is only
I am using java language,I have a method that is supposed to return an
I have a Java based web-application using Java Server Faces and Facelets. I am
I have a Java Swing application, developed on Mac OS X 10.5 using Java

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.