Answer Posted / himanshu gupta
String str="";
int i=0
InputStream in=new FileInputStream("File url");
while((i=in.read())!=-1)
{
str=str+(char)i;
}
System.out.println(str);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the Difference between Final Class && Abstract Class?
What does mean in regex?
What type of variable is gender?
What are the 6 functions?
What is hotjava?
What is import java util arraylist?
What is nan inf?
What do you mean by chromounits in java8?
What is a heavyweight component?
How many bytes is a string in java?
What is the difference between applet and application?
What is java lang object?
How many unicode characters are there?
write a program that list all permutations of ABCDEF in which A appears before B?
What is the difference between import java.util.date and java .util?