I'm studying java and I came across various input and output classes, but I had a question about the difference between OutputStream
and getOutputStream()
.
As far as I understand, getOutputStream()
takes what you're going through. And the OutputStream
?