Computer Applications
Related Questions
A mechanism where one class acquires the properties of another class:
- Polymorphism
- Inheritance
- Encapsulation
- Abstraction
The Scanner class method used to accept words with space:
- next()
- nextLine()
- Next()
- nextString()
The keyword used to call package in the program:
- extends
- export
- import
- package
What value will
Math.sqrt(Math.ceil(15.3))return?- 16.0
- 16
- 4.0
- 5.0