Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
JavaScript
12.2K+ articles
School Learning
11.5K+ articles
Java
10.8K+ articles
Java-Functions
4.2K+ articles
Java-IO package
259+ articles
Java-ObjectInputStream
4 posts
Recent Articles
Popular Articles
ObjectInputStream available() method in Java with examples
Last Updated: 28 May 2019
The available() method of the ObjectInputStream class in Java returns the number of bytes that can be read without blocking the stream.Syntax:public int available()Paramet...
read more
Java
Java-Functions
Java-IO package
Java-ObjectInputStream
ObjectInputStream close() method in Java with examples
Last Updated: 28 May 2019
The close() method of the ObjectInputStream class in Java closes the input stream. Syntax:public void close()Parameters: This method does not accept any parameter.Return ...
read more
Java
Java-Functions
Java-IO package
Java-ObjectInputStream
ObjectInputStream readBoolean() method in Java with examples
Last Updated: 28 May 2019
The readBoolean() method of the ObjectInputStream class in Java reads a boolean from the stream. Syntax:public boolean readBoolean()Parameters: This method does not accep...
read more
Java
Java-Functions
Java-IO package
Java-ObjectInputStream
ObjectInputStream read() method in Java with examples
Last Updated: 28 May 2019
The read() method of the ObjectInputStream class in Java reads a byte of data. This method wont run if there is no data. Syntax:public int read()Parameters: This method d...
read more
Java
Java-Functions
Java-IO package
Java-ObjectInputStream
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !