Meaning of active and passive objects
Illustrate in brief the meaning of active and passive objects?
Expert
The active objects are one which instigates an interaction that owns a thread and they are answerable for handling control to the other objects. In simple terms it can be referred as client.
The passive objects are one that passively waits for the message to be processed. This waits for the other object which needs its services. In simple terms it can be termed to as server.
1. Here is a short program. It prints out the value of a variable "x". Ernie and Bert disagree about what will be printed: Ernie says, the value gets changed in "changeX" so it will print "7", and Bert says, no, when the function exits the changes get reversed and the value goes back to "5". Expl
Number of Interleavings: Besides the raw number of threads, the state space is affected by the number of potential interleavings of these threads. While there exist automated techniques (partial-order reduction) to reduce these interleavings, most mod
Describe the tri-state devices and explain why they are necessary in a bus oriented system?
What are the different cursors types in ADO and illustrated them?
Binary operator: It is an operator taking two operands. Java has numerous binary operators, like the arithmetic operators +, -, *, / and %, and the Boolean operators &&, || and ^, among others.
Create a three dimensional diagram of function z = (x-2)2 + (y-3)3.
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.
State the term multi tasking.
State the term INODE. Answer: It is a pointer to a block upon the disk and is a unique number. This holds metadata of files.
Bridging method: A method which offers a bridge between methods of a class's public interface and its private implementation. Bridging methods will usually contain non-public visibility.
18,76,764
1951234 Asked
3,689
Active Tutors
1451912
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!