What do you understand by an io stream?



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

Post New Answer

More Core Java Interview Questions

What is string in java?

1 Answers  


What is the numeric promotion?

1 Answers  


What is the difference between compile-time polymorphism and runtime polymorphism?

1 Answers  


Which sorting is best in java?

1 Answers  


How to overcome the exception object reference not set to an instance of object?

1 Answers   Wipro,


Which list is sorted in java?

1 Answers  


Describe the various concepts related to object oriented programming (oop).

1 Answers  


What is public/private protected in java?

1 Answers  


Is list thread safe in java?

1 Answers  


What is the difference between set and list?

5 Answers  


Explain yield() method in thread class ?

1 Answers  


What's the difference between an abstract class and interface in java?

1 Answers  


Categories