Name the class that used to read objects directly from a
stream?
Answer Posted / devarathnam
Hi... ObjectOutPutSteam and ObjectInputStream are used for
readign and writing.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Why multiple inheritance is not supported by java?
What are keyboard events?
I am a fresher and know core java, c languge, html, css etc if I am illegible for any job then send it on my email tatranakshay276@gmail.com
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
How use .contains in java?
What is included in core java?
What is jvm? How its run?
what is meant by Garbage collection?
Explain heap sort?
What is Gang of four design patterns
What is the best definition for data?
What is void keyword?
Explain the overview of UDP messaging.
Can you inherit a constructor java?
How do you check if two strings are equal in java?