What is Stream and Types?

Answers were Sorted based on User's Feedback



What is Stream and Types?..

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 Stream and Types?..

Answer / sameer

stream is a sequence of data items.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

Why does the option tag render selected=selected instead of just selected?

0 Answers  


how the mapping can be done from jsp to actionservlet?

2 Answers   SolutionNET,


Describe activation process?

0 Answers  


What is the immediate superclass of the applet class?

0 Answers  


what are the advantages of JTA over JTS?

0 Answers  






For which statements does it make sense to use a label?

0 Answers  


What is a tasks priority and how is it used in scheduling?

0 Answers  


How do you download stubs from a Remote place?

1 Answers  


What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?

0 Answers  


Which containers use a border layout as their default layout?

0 Answers  


Is multiple try block is possible in single java Application......

3 Answers  


Does Java pass arguments by value or reference?

5 Answers   HeadStrong,


Categories