Answer Posted / vijayakumar chinnasamy
the return type of read() is int. It return -1 then it
reach the end of line.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain the use of javap tool.
design an lru cache in java?
What is a nested list?
Explain methods specific to list interface?
How many bits is a boolean?
List out five keywords related to exception handling ?
What are the types of inner classes (non-static nested class) used in java?
Why are variables important in research?
What is meant by binding in rmi?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
What is OOP's Terms with explanation?
What is constructor chaining in java?
How do you replace a string in java?
What is bytecode verifier?
How does a for loop work?