Q. In java, how many streams are created for us automatically?
β
Correct Answer: (B)
3
Explanation: In Java, 3 streams are created for us automatically. All these streams are attached with the console.
1. System.out
2. System.in
3. System.err
1. System.out
2. System.in
3. System.err