Question: What will be the output of the following Java program - if you run as Java application? import java.io . * ; public class CharArrayInput
What will be the output of the following Java program if you run as Java application?
import java.io;
public class CharArrayInput
public static void mainString args
String obj "abcdef";
int length obj.length;
char c new charlength;
obj.getCharslength,c;
CharArrayReader input new CharArrayReaderc;
CharArrayReader input new CharArrayReaderc;
int i;
try
while i inputread
System.out.printchari;
catch IOException e
eprintStackTrace;
Select one:
a ebcdaf
b abcd
c abcde
d abcdef
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
