Posts by Lucas Angeli Gimenes • 11 points
2 posts
-
0
votes1
answer73
viewsQ: Problem reading binary files!
I am making a method for a C code that adds an addition to the value of all the books recorded in a binary file, however ... when I have more than 2 records, all from, ie the record 3,4.5 ... are…
-
1
votes2
answers446
viewsQ: WEB Service in Java
I’m creating a Web Service, but I’m having a lot of doubts about how to receive JSON as a parameter. @Path("WebService/{json}") @POST @Consumes(MediaType.APPLICATION_JSON)…