Computer Applications
A Java package which contains Scanner class to input values to the computer is:
- java.io
- java.util
- java.awt
- java.net
Related Questions
What is meant by case sensitive language?
- Uppercase and lowercase letters are distinguished.
- Lowercase letters are converted into uppercase letters.
- Uppercase letters are converted into lowercase letters.
- Uppercase and lowercase letters are treated to be same.
What is binary equivalent of source code?
- ASCII code
- Unicode
- Octal code
- Byte code
A Java program is written under:
- Sub-function
- Nested function
- Main function
- Overloaded function
…………… statement displays the result in Java programming.
- System.print()
- Print()
- System.printout()
- System.out.println()