What is the return type of read()?
Answers were Sorted based on User's Feedback
Answer / ranganathkini
The default read() of a stream method returns an int
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / 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 |
How do you use spaces in java?
take any 4 input numbers. like 2345.. wanted out put is All 16 combinations of the number 2345.. for example- taking input as 4565 output- 5654 4556 4655..
How to create a custom exception?
What is difference between c++ and java ?
how to create multithreaded program? : Java thread
Difference between a process and a program?
Which software is used for java programming?
What is Applet Stub Interface ?
Which sorting is used in arrays sort in java?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread
What are inbuilt functions?
when you will synchronize a piece of your code? : Java thread