What is Stream and Types?
Answers were Sorted based on User's Feedback
Answer / 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 |
What are preemptive scheduling and time slicing and what is the difference between them?
Why are some of the class and element names counter-intuitive?
What is RRL?
How do you maintain a stateful session object across the session
What value does readline() return when it has reached the end of a file?
What are the design considerations while making a choice between using interface and abstract class?
How task's priority is used in scheduling?
What are the high-level thread states?
what's the main difference between unix os and linux os?
In a multitiered application which tier is the browser in?
What is the difference between Super and This Keyword?
How will the struts know which action class to call when you submit a form?