Answer Posted / mohammed salim
we use the read() method to read a character using
BufferedReader in Input/Output streams....
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
What is length in java?
Explain thread in java?
Java is pass by value or pass by reference? Explain
What is the differences between c++ and java? Explain
Is there any limitation of using inheritance?
What are some alternatives to inheritance?
Give few difference between constructor and method?
How to Sort Strings which are given in List and display in ascending order without using java api.
What is toarray method in java?
What happens if main method is not static?
How many ways can you break a singleton class in java?
Can memory leak in java?
Explain the difference between string, stringbuffer and stringbuilder in java?
What are void pointers?