Top "Objectinputstream" questions

The Java `ObjectInputStream` deserialization class from the Java standard library.

The type java.io.ObjectInputStream cannot be resolved. It is indirectly referenced from required .class files

I have downloaded Eclipse and tried to create a sample servlet program but I got following error The type java.…

java eclipse jakarta-ee objectinputstream buildpath
java.net.SocketTimeoutException: Read timed out

I have an application with client server architecture. The client use Java Web Start with Java Swing / AWT and the …

java tomcat sockets socketexception objectinputstream
Java FileInputStream ObjectInputStream reaches end of file EOF

I am trying to read the number of line in a binary file using readObject, but I get IOException EOF. …

java file-io fileinputstream objectinputstream
Appending to an ObjectOutputStream

Is it not possible to append to an ObjectOutputStream? I am trying to append to a list of objects. Following …

java serialization append objectoutputstream objectinputstream
java.io.EOFException while writing and reading froma servlet

I have the following code on the applet side: URL servlet = new URL(appletCodeBase, "FormsServlet?form=requestRoom"); URLConnection con = servlet.…

java objectoutputstream objectinputstream eofexception
Load files bigger than 1M from assets folder

I'm going crazy, I created a file object, so it can be read with ObjectInputStream, and I placed the assets …

android load inputstream assets objectinputstream
what causes : java.net.SocketException: Connection timed out, Not the SocketTimeoutException

This SocketException is thrown in ObjectInputStream.readObject() method, what cause this excetpion? Besides, the values of soTimeout of client and …

sockets objectinputstream
How to store and read an array list of objects in java?

I am having difficulties w/ writing and reading an array of objects from a file. This is how my object …

java arraylist objectoutputstream objectinputstream
Java - Listening to a socket with ObjectInputStream

Ok so , i have a thread class called 'Client' every time the server accepts a connection it creates a new …

java sockets objectinputstream
Exception.getCause() returning null when trying to find the source of an exception

why does System.out.println(e.getCause()); gives null? And can store whole HashSet collection like this? private void saving() …

java objectinputstream