Main uses of Virtual memory
Illustrate the main uses of Virtual memory?
Expert
a. When there is a requirement for the program to increase the memory size Virtual memory can be used.
b. The program looks this memory as a contiguous address but virtual memory is the part of the RAM itself and also helps in saving the inactive parts in the disk file.
c. Program uses its own memory space for its processing which consists of own virtual space and the resources.
d. Virtual memory can permits to generating a virtual environment where it displays something also it seems to kept something else, such as if the address looks 0x12345678, so it might look in physical memory at this address 0x65f7a678.
e. For dividing the memory, Virtual memory contains of pages also the pages that contains itself a set of attributes such as read/write etc.
Define the term Stack trace: It is a display of the runtime stack.
Explain the role which XSL can play while dynamically generating HTML pages by a relational database?
Final method: This is a method with the final reserved word in its header. The final method might not be overridden by a method stated in a sub class.
Deadlock: A situation which occurs whenever two threads each acquires the lock to one of a set of resources which they both require.
Super class: It is a class which is extended by one or more sub classes. All Java classes encompass the Object class as a super-class.
Specify the Basic Units of the CSS.
Single inheritance: In Java, a class might not extend more than one class. It means that Java has a single inheritance model for the class inheritance.
Explain the difference between a computer process and thread.
How class can be prevented from inheriting further?
Sub class: It is a class which extends its super class. The sub-class inherits all the members of its super class. All Java classes are the sub-classes of Object class, which is at the root of inheritance hierarchy.
18,76,764
1956729 Asked
3,689
Active Tutors
1449160
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!