<h2>Answer:</h2>
The correct options are
- Bare metal and hosted
- Memory and operating system based Virtual and physicality
<h2>Explanation:</h2>
There are two types of hypervisors:
Type 1 hypervisor are those hypervisors that run directly on the system hardware such as a “bare metal” embedded hypervisor,
Similarly
Type 2 hypervisor is the kind of hypervisors that runs on a host operating system that provides virtualization services, such as I/O device support and memory management.
Answer:
"void" is the correct answer for the given question.
Explanation:
In the function body the value of balance variable is not return that means we use void return type .The void return type is used when the function does not return any value .
If the function are int return type that means it return "integer value ".
if the function are double return type that means it return the "double value" .
The complete implementation of this method is
public void deposit(double amount) // function definition
{
balance = balance + amount; // statement
}
Answer:
domain name (2 words, 10 letters)
False because the internet connects with multiple communication networks to exchange information