Virtual memory used in Windows architecture
Explain why the virtual memory is to be used in Windows architecture?
Expert
Virtual memory is used in Windows architecture because of the following reasons:
a. The use of Virtual memory is to increase the size of the memory more than you have the memory in your physical system.
b. The process which uses virtual memory cannot access other process’s memory, by this way it keeps the processes secure from another process.
c. The pages which are placed in the virtual memory are having their own setting that agrees the protection which provide to the applications.
d. The inactive memory which is for a longer time period will be stored in some regions which can be stored to the page-file or paged out.
e. On demand the stored pages can be retrieved that is each time the system will need it, it can access it.
Information hiding: The practice of making sure that only as much information is exposed regarding the implementation of a class as is strictly needed. Hiding needless knowledge of implementation makes it not as much of likely that other classes will
Define the term non-XML resource?
Describe how to include the CSS within the HEAD Tag?
What is the use of new operator?
What is the way to reduce the state space of the code during model checking?
Explain, what is UNIX?
Explain Downcast with example: It is a cast towards an object's dynamic kind - that is, `down' the inheritance hierarchy. For illustration: // Downcast from Object to String
Enumerated type: A data type-not directly accessible in Java - in which symbolic names are employed for a series of constant numeric values. They facilitate the evading of magic numbers. They can be simulated in the Java with fields i
Null reference: A value utilized to mean, `no object'. Employed whenever an object reference variable is not referring to the object.
Explain the way to start a Web Service.
18,76,764
1940133 Asked
3,689
Active Tutors
1457359
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!