You need to exchange large binary messages using chunks in a WebSocket application. Identify two ways in which you can receive partial messages. (Choose two.)
A.
Define an @OnMessage method with a single MimePart parameter.
B.
Use a ChunkListener interface implementation.
C.
Use a MessageHandler.Partial<ByteBuffer> interface implementation.
D.
Define an @OnMessage method with byte [] as the first parameter and a boolean as the second parameter.
Correct answers are C and D
Oracle reference: https://docs.oracle.com/javaee/7/api/javax/websocket/MessageHandler.Partial.html
https://abhishek-gupta.gitbook.io/java-websocket-api-handbook/receiving-messages
upvoted 2 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
orjava
7 months agopeteVln
1 year, 5 months ago