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.
no-arg constructor: It is a constructor which takes no arguments. By default, each and every class without an explicit constructor has a default no-arg constructor with the public access. Its role is entirely to invoke the no-arg constructor of the in
Peer: It is a term employed of the Abstract Windowing Toolkit (AWT) to refer to the underlying classes which give the platform-specific implementation of the component classes.
Variable: It is the memory block of specific size where value can be stored and modified throughout program execution. Example: int x, float y, float amount, char c;
Bit: It is a binary digit that can take on two possible values: 0 and 1. The bits are basic building block of both data and programs. Computers regularly shift data around in multiples of eight-bit units (that is, bytes for the sake of effectiveness).
Define CORBA? What does it do?
What does compatibility testing include and who will perform the testing?
Define the term CPU Scheduler?
Explain the shell variables?
Factory pattern: A pattern of class definition which is employed as a generator of instances of other classes. Frequently employed to form platform- or locale-particular implementations of abstract classes or interfaces. This decreases coupling betwee
Boolean: It is one of the Java's primitive types. The Boolean type has merely two values: true and false.
18,76,764
1922985 Asked
3,689
Active Tutors
1415978
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!