Posts by Vinicius Almada • 128 points
1 post
-
1
votes1
answer39
viewsA: "Non-static method" error
You need to know what static members are to understand why this warning. In this case, the method write() can only be called from an instance of the class ByteArrayOutputStream, i.e., you would need…