Answer Posted / ram nidadavolu
A stream is a sequence of data
General Types of Streams...
1.ByteStream-console input
read()- one character
readLine()- one string
2.characterstream- File
FileInputStream - store the content to the file.
FileOutputStream - Get the content from the file.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the difference between java class and bean?
What are the different types of exception?
Write a singleton program?
What are the different algorithms used for clustering?
Explain about RMI Architecture?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
What is a class loader? What are the different class loaders used by jvm?
Explain phantom read?
What is the relationship between the canvas class and the graphics class?
What is the purpose of the wait(), notify(), and notifyall() methods?
what are RemoteObjects?
Where can I find seam examples and documentation?
What is the highest-level event class of the event-delegation model?
How to deploy Jar, War files in J2EE?
Describe, in general, how java's garbage collector works?