Computer Science, asked by aishwaryaamberkar35, 5 months ago

what purpose of next () method ?
a)to retain the next element in a series
b)to retain next table
c) to retain next record in a series
dnone of the above​

Answers

Answered by mad210202
0

Answer:

The answer of the following question is Option D.

Explanation:

The Purpose of next () method given in this question is None of the above.

Purpose of  next () method :

  • To finds the next complete token from this scanner.
  • To return the next complete token from this scanner.
  • It returns a a value.
  • It may block while waiting for input to scan.

Complete token:  A complete token that is preceded or previously and then followed by input that matches the delimiter pattern in the system or source code.

Similar questions