What are the different types of a stream?



What are the different types of a stream?..

Answer / Saurabh Kumar Srivastava

In VB.NET, there are two main types of streams: FileStream (for reading and writing files) and NetworkStream (for reading and writing data from network sockets). Additionally, you have MemoryStream (for handling data in memory), CryptoStream (for encryption and decryption), and others.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB.NET Interview Questions

What is the exact defination of object?

1 Answers  


How do you declare static variable and how it is declared and what is its lifetime?

3 Answers   Infosys,


What is "Polymorphism" and what are Polymorphism in VB.Net?

2 Answers  


when a program of vb.net is written in notepad it occupies always 1kb of memory why?

1 Answers  


Hi I am planning to take interview in VB.net,can any one share your interview Questions for a Entry-level job. Regards Lina

3 Answers  


what is diffrence constructor and destructor in vb

1 Answers   MCN Solutions,


Explain option explicit?

1 Answers  


Explain about Visual basic.NET culture?

1 Answers  


What is the difference between manifest and metadata?

1 Answers  


How a base class method is hidden?

1 Answers  


How to retrieve images in sql server database through vb.net?

0 Answers  


What is a stream in vb.net?

1 Answers  


Categories