Discussion about this post

User's avatar
DenverDetective's avatar

This line I think has a typo:

var helloWorldBytes = javaString.toBytes();

should be:

var helloWorldBytes = javaString.getBytes();

Expand full comment
1 more comment...