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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T13:22:51+00:00 2026-05-28T13:22:51+00:00

I receive an object from the net through the the getInputStream() using ObjectInputStream My

  • 0

I receive an object from the net through the the getInputStream() using ObjectInputStream
My question is: once it’s arrived from the net how can I distinguish it?Can i use instance of?

ObjectInputStream ois = new ObjectInputStream(socket.getInputStream();

Object obj = ois.readObject();

if(obj instanceof ObjectA)
    ...
else  
    ...
  • 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-28T13:22:52+00:00Added an answer on May 28, 2026 at 1:22 pm

    First of all, it’s not the ObjectInputStream that will be tested to know the class of the object you received.
    You should use :

    Object o = ois.readObject();
    

    Then you can you instanceof or you can use o.getClass().getName(). Then you’ll know what type of object it is.

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

Sidebar

Related Questions

I receive TypeError: Can't convert 'float' object to str implicitly while using Gambler.pot +=
I am trying to receive a json object back from php after sending data
When I've registered an object foo to receive KVO notifications from another object bar
Can Automapper map values from a NameValueCollection onto an object, where target.Foo receives the
Once the problem of loading plugins is solved (in .NET through MEF in out
I'm trying to use .Net serialport methods from another program which uses Unity3D engine.
I'm using C#.Net and the Socket class from the System.Net.Sockets namespace. I'm using the
In ASP.net MVC: How should/Can I pass Form data (From the View) to the
My question is similar to How do I send/Receive SOAP messages usiung .NET I
I want to raise an event from a .NET class, and receive this event

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.