Question: What will be the output of the following Java program - if you run as Java application? public class CharArrayInput { public static void main
What will be the output of the following Java program if you run as Java application?
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 abcdef
b abcde
c It prints nothing
d abcd
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
