Can we use the concept of streams and files in Java as a server for data in a working application? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Can we use the concept of streams and files in Java as a server for data in a working application?

We all know that Java supports I/O operations through the concept of streams and files.I want to know that-can we use this concept for serving data to a working application.If yes,then how?

19th Jan 2018, 11:19 AM
Sujal Kumar
Sujal Kumar - avatar
1 Answer
+ 2
I think you could but it wouldn't be very efficient since it wouldn't be as pratical/scalable as using a proper database.
21st Jan 2018, 5:25 PM
gabriel ferreira
gabriel ferreira - avatar