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 prototype?
How is a java object message delivered to a non-java client?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
What do you mean by Socket Programming?
Are there books about seam?
what is default length of textfield ?
Dear freinds... I want to know how to write self mapping for a table using hibernate?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
how can we load a file of a user in the database table?
What is multithread synchronizing ?
Is the ternary operator written x : y ? Z or x ? Y : z ?
What are the disadvantages of using threads?