What do you understand by an io stream?
Answer / Raju Paswan
In Java, I/O Streams are used to read data from an input source (like a file or keyboard) and write data to an output destination (like a file or screen). They provide a standard way of performing I/O operations.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is string in java?
What is the numeric promotion?
What is the difference between compile-time polymorphism and runtime polymorphism?
Which sorting is best in java?
How to overcome the exception object reference not set to an instance of object?
Which list is sorted in java?
Describe the various concepts related to object oriented programming (oop).
What is public/private protected in java?
Is list thread safe in java?
What is the difference between set and list?
Explain yield() method in thread class ?
What's the difference between an abstract class and interface in java?