aspose file tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes KS & BB P.no 452. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "KS & BB P.no 452." Watch "KS & BB P.no 452." New topic
Author

KS & BB P.no 452.

Moguluri Ravi Kiran
Ranch Hand

Joined: Apr 16, 2010
Posts: 60

Hello friends i have a small doubt here.




The readLine() returns only one line of the txt file.
is there any way to read the Strings of lines untill END OF FILE MARK is reached.
what is the EOF on windows.
How a file entirely can be read ?

one more question...
does the Content on I/O in this book really enough for Exam ?

Thanks.
Mahmoud Hossam
Ranch Hand

Joined: Feb 20, 2010
Posts: 74

you can use while (br.ready()) ?
Moguluri Ravi Kiran
Ranch Hand

Joined: Apr 16, 2010
Posts: 60

yes solved...

but my question about I/O did not get Answer.

Thank you.
Mahmoud Hossam
Ranch Hand

Joined: Feb 20, 2010
Posts: 74

Moguluri Ravi Kiran wrote:yes solved...

but my question about I/O did not get Answer.

Thank you.


you're welcome

about your question :

well,they say it's enough,and a lot of people passed by using this book as their only reference for the exam

So,I think the book's content should suffice for preparing for the exam
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: KS & BB P.no 452.
 
Similar Threads
FileReader: why does this simple code not run?
Printing from a file
sting tokenizer in a loop(vv urgent)
Do I need to use a stringbuffer?
how to read a file inside a JSP