What is the return type of read()?

Answers were Sorted based on User's Feedback



What is the return type of read()?..

Answer / ranganathkini

The default read() of a stream method returns an int

Is This Answer Correct ?    6 Yes 0 No

What is the return type of read()?..

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

What is the return type of read()?..

Answer / ravi shankar sharma

int

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

Is list ordered in java?

0 Answers  


How to access a variable if it is declared as private?

3 Answers  


What is continuity of a function?

0 Answers  


What is use of valueof () in java?

0 Answers  


Which sorting algorithm is best in java?

0 Answers  






What do you mean by constant time complexity?

0 Answers   Amazon,


What do you mean by platform independence?

0 Answers  


What is illegal identifier in java?

0 Answers  


How do you download stubs from Remote place?

0 Answers  


Variable of the boolean type is automatically initialized as?

0 Answers  


How we can skip finally block of exception even if some exception occurs in the exception block in java?

0 Answers  


What is the difference between getCodeBase and getDocumentBase methods?

1 Answers   CS Business Services,


Categories