Campbell Ritchie wrote:
And don't know what half a byte is called.Pat Farrell wrote: . . . They probably think that a byte was defined by John von Neuman as having 8 bits.
Jelle Klap wrote:Uhm, just leave early?
The @javax.ws.rs.Encoded annotation can be used on a class, method, or param. By default, inject @PathParam and @QueryParams are decoded. By additionally adding the @Encoded annotation, the value of these params will be provided in encoded form.
Swastik Dey wrote:Where do you find the 2nd array. There is only one array with 2 dimensions. 1st element contains the day and 2nd element contains the balance.