Answer Posted / neema
string are converted to bytes and taken to FileInputStream
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How is treeset implemented in java?
How do you identify if jvm is 32-bit or 64-bit from java program?
How do you input a string in java?
Why is flag used in java?
Why is a string immutable?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
Differentiate between nested and inner class in java.
What is the byte range?
What is console based application in java?
How many wrapper classes are there in java?
How can you say java is object oriented?
What are parsers? Dom vs sax parser.
What is final keyword in java?
What is a classloader in java?
Can we access the non-final local variable, inside the local inner class?