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 the high-level thread states?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
list the types of dialodg
What is Introspection?
How messaging services are done, before release of JMS?
Brief description about local interfaces?
What are the sequence of steps to write pub or sub model kind of application?
what is Activation Instantinator?
What is metaspace?
Why a component architecture for the java platform?
the advantages of polymorphic
What are synchronized methods and synchronized statements?