Advertisements
Advertisements
प्रश्न
Scanner class is the latest development in Java which allows the user to read values of various data types. It is defined within a package that must be included in the program to avail its inbuilt facilities. An object of scanner class must be created to accept the value of a specific data type. One of the advantages of Scanner class over InputStreamReader is that the values can be entered using less number of statements.
Based on the above discussion, answer the following questions:
- While designing Java program, the keyword ______ is used to include the package of scanner class.
- include
- import
- introduce
- insert
- What will be filled in the statement given below:
Scanner sc = ______ Scanner (System.in);
- key
- def
- new
- scan
- Which of the following package will you use to avail scanner class?
- Java.Utility
- Java.util
- Java.io
- Java.scanner.class
- Which of the following statements is true for a scanner class?
- It doesn't accept float type values as an input.
- It accepts a word but not a sentence as an input.
- It doesn't accept a single character as an input.
- It accepts numeric as well as alphanumeric values as an input.
संक्षेप में उत्तर
उत्तर
- ii. import
- iii. new
- ii. Java.util
- iv. It accepts numeric as well as alphanumeric values as an input.
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?