Multiple choice Which of the following methods is not present in the Buffer class in Java? isReadOnly() limit() limit(int x) isWriteOnly() position() Reveal answer Fill a bubble to check yourself D Correct answer Explanation This is the correct choice because there is no method named isWriteOnly() present in the Buffer class.