What value does readline() return when it has reached the end of a file?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Advanced Java Interview Questions

What is serialization and de-serialization ?

5 Answers  


To make an object to begin executing as a separate thread, what method is used?

2 Answers  


iam writing the contents to a excel through I/O i am putting first statement as WRITE and then READ(from excel) immediately..later user complains that he is not getting the date by using READ ..wat could be the situation

3 Answers   iGate,


What is the difference between a stub and a skeleton?

9 Answers   ABC, College School Exams Tests, Geoservices, Polaris, Qualcomm, Rajiv Gandhi College of Engineering and Technology RGCET, UTIITSL, Wipro,


What are the types of data passing mechanisams under JMS specification?

1 Answers  






int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

0 Answers  


What is the difference between the session.update() method and the session.lock() method?

0 Answers  


Why is actionform a base class rather than an interface?

0 Answers  


what are the software's needed to develop advanced java 3 tier application project

1 Answers  


What is clustering? What are the different algorithms used for clustering?

0 Answers  


Is the ternary operator written x : y ? Z or x ? Y : z ?

0 Answers  


What is a convertor?

1 Answers   Suzlon,


Categories