Java: An Introduction to Problem Solving and Programming (8th Edition)
Java: An Introduction to Problem Solving and Programming (8th Edition)
8th Edition
ISBN: 9780134462035
Author: Walter Savitch
Publisher: PEARSON
Expert Solution & Answer
Book Icon
Chapter 1, Problem 12E

Explanation of Solution

 List of methods in Scanner class:

 The list of methods is described in the section “method summary” from Scanner class are as follows:

  • close() method:
    • This method is used to close the scanner class and its return type is “void”.
  • delimiter() method:
    • This method is used to match the delimiters and return that pattern.
  • findInLine(Pattern pattern) method:
    • This method is used to search the next occurrence from specified pattern by discarding the delimiters and its return type is “String”.
  • findInLine(String pattern) method:
    • This method is used to search the next occurrence from specified string by discarding the delimiters and its return type is “String”.
  • findWithinHorizon(Pattern pattern, int horizon) method:
    • This method is used to search the next occurrence from specified pattern and its return type is “String”.
  • findWithinHorizon(String pattern, int horizon) method:
    • This method is used to search the next occurrence from specified string and its return type is “String”.
  • hasNext()method:
    • This method is used to return true when scanner has another token input and its return type is “boolean”.
  • hasNext(Pattern pattern) method:
    • This method is used to return true when next token input is matched with specified pattern and its return type is “boolean”.
  • hasNext(String pattern) method:
    • This method is used to return true when next token input is matched with specified string and its return type is “boolean”.
  • hasNextBigDecimal() method:
    • This method is used to return true if next token input can be interpreted as BigDecimal value with help of nextBigDecimal() method and its return type is “boolean”.
  • hasNextBigInteger() method:
    • This method is used to return true if next token input can be interpreted as BigInteger value with help of nextBigInteger() method and its return type is “boolean”.
  • hasNextBigInteger(int radix) method:
    • This method is used to return true if next token input can be interpreted as BigInteger value in specified radix with help of nextBigInteger() method and its return type is “boolean”.
  • hasNextBoolean() method:
    • This method is used to return true if next token input can be interpreted as a Boolean value with help of case insensitive pattern such as true|false and its return type is “boolean”.
  • hasNextByte() method:
    • This method is used to return true if next token input can be interpreted as byte value with help of nextByte() method and its return type is “boolean”.
  • hasNextByte(int radix) method:
    • This method is used to return true if next token input can be interpreted as byte value in specified radix with help of nextByte() method and its return type is “boolean”.
  • hasNextDouble() method:
    • This method is used to return true if next token input can be interpreted as double value with help of nextDouble() method and its return type is “boolean”.
  • hasNextFloat() method:
    • This method is used to return true if next token input can be interpreted as float value with help of nextFloat() method and its return type is “boolean”.
  • hasNextInt() method:
    • This method is used to return true if next token input can be interpreted as integer value with help of nextInt() method and its return type is “boolean”.
  • hasNextInt(int radix) method:
    • This method is used to return true if next token input can be interpreted as integer value in specified radix with help of nextInt() method and its return type is “boolean”.
  • hasNextLine() method:
    • This method is used to return true if there is another token input line is available and its return type is “boolean”.
  • hasNextLong() method:
    • This method is used to return true if next token input can be interpreted as long value with help of nextLong() method and its return type is “boolean”.
  • hasNextLong(int radix) method:
    • This method is used to return true if next token input can be interpreted as long value in specified radix with help of nextLong() method and its return type is “boolean”.
  • hasNextShort() method:
    • This method is used to return true if next token input can be interpreted as short value with help of nextShort() method and its return type is “boolean”.
  • hasNextShort(int radix) method:
    • This method is used to return true if next token input can be interpreted as short value in specified radix with help of nextShort() method and its return type is “boolean”...

Blurred answer
Students have asked these similar questions
Python - Need help! How do I have an input in turtle to display my name below the circle it draws and another input to display my age written below that? Code: import turtlebackground = "#FFFFFF" def draw_circle(radius, line_color, fill_color):    my_turtle.color(line_color)    my_turtle.fillcolor(fill_color)    my_turtle.begin_fill()    my_turtle.circle(radius)    my_turtle.end_fill() def move_turtle(x, y):    my_turtle.penup()    my_turtle.goto(x, y)    my_turtle.pendown()   turtle.done()
Need help fixing my python code! Images attached on the required modficications I dont know how to do. Simpler the better.Code: (in images)
Answer all of the questions with steps by step explanation to every question.

Chapter 1 Solutions

Java: An Introduction to Problem Solving and Programming (8th Edition)

Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage
Text book image
CMPTR
Computer Science
ISBN:9781337681872
Author:PINARD
Publisher:Cengage
Text book image
Microsoft Visual C#
Computer Science
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Cengage Learning,
Text book image
Systems Architecture
Computer Science
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Cengage Learning
Text book image
Programming Logic & Design Comprehensive
Computer Science
ISBN:9781337669405
Author:FARRELL
Publisher:Cengage
Text book image
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Cengage Learning