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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T01:15:16+00:00 2026-05-30T01:15:16+00:00

I dont know why but suddenly i am facing problems in sending and receiving

  • 0

I dont know why but suddenly i am facing problems in sending and receiving a List over a TCP socket, initially I was successful in doing so. Here is my transfer code:
Sender:

List<String> A = ....;
ObjectOutputStream out = new ObjectOutputStream(soc.getOutputStream());
System.out.println("Wrinting the answers");
out.writeObject(A);
System.out.println("Wrote the answers, now reading the flag");

I am getting the SOP correctly, however the reciever goes into waiting state:

ObjectInputStream in = new ObjectInputStream(soc.getInputStream());             
ls = (List<String>)in.readObject();
System.out.println("Recieved the list of results");

Here I am not getting the SOP and the receiver continues to be in waiting state.
To add: I was successful in transfering the List previously, but then I made a few changes here and there and now dont know what is the problem. I actually intend to transfer another List<> too, but I will try that only when I get the solution to the first problem! Thanks for your answer..

  • 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-30T01:15:18+00:00Added an answer on May 30, 2026 at 1:15 am

    Try this:

    ObjectOutputStream out = new ObjectOutputStream(soc.getOutputStream());
    System.out.println("Wrinting the answers");
    out.writeObject(A);
    out.flush();  // flush the stream!
    System.out.println("Wrote the answers, now reading the flag");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i am using Eclipse 3.7.2. I dont know why but the last line leads
I dont know what happend but I cant register any dlls anymore. It seems
I am trying to create my own torrent tracker but dont know how to
I dont know how doable this is but I'm working on a datatype for
Hey i dont know if that is possible but i want to set a
I dont know how to describe it well, but i will try. Ok, i
I want to copy an svg group but I really dont know what I
Alright, i dont know how to explain it well.. but i have a switch
sorry for this question, but i dont know where to search for it, or
its kind of silly question. but i dont know what mistake i am making.

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.