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 is Static binding?
diff mvc1 and mvc2 wahts is mean by servlet chaining?
how java is os independent language ?
For which statements does it make sense to use a label?
Do you think that java should have had pointers?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
How do you set security in applets?
Is multiple try block is possible in single java Application......
What are Benefits of Connection Pooling?
How is serialization used generally ?
why static class in java
In howmany ways a thread can be created?