Big Java Late Objects
Big Java Late Objects
2nd Edition
ISBN: 9781119330455
Author: Horstmann
Publisher: WILEY
Question
Book Icon
Chapter 7.2, Problem 6SC
Program Plan Intro

“next ()” method:

  • The “next ()” method will read the input till the space.
  • This method is available in “java.util.Scanner” class.
  • With the help of “next ()” method the user can’t read those words which contains space itself.
  • The string type of a value returned by the “next ()” method in the “Scanner”.

“nextLine ()” method:

  • This method is available in “java.util.Scanner” class.
  • The “nextLine ()” method will read the input till the line change which means it will display words till the line change or “\n” or press enter and whenever it gets “\n” or press enter it ends the operation and give the result of entire line until line change or press enter key.
  • It will place the cursor in the new or next line after reading the input.
  • The string type of a value returned by the “next ()” method in the “Scanner”.

Blurred answer
Knowledge Booster
Background pattern image
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education