What do you meant by active and passive objects?
Answer / Hemant Kumar Pandey
Active Objects are objects that can initiate actions, like threads or event listeners. They have their own life cycle and can take control of resources. Passive Objects, on the other hand, are objects that only respond to actions initiated by Active Objects. They don't have a life cycle of their own and don't manage resources directly.
| Is This Answer Correct ? | 0 Yes | 0 No |
why HashTable not allow null key and value
How to create packages in java?
What is difference between Heap and Stack Memory?
Why do I need to declare the type of a variable in java?
What is a for loop in java?
What is 3-tier model?
Do loops java?
What will happen to the exception object after exception handling?
Program to print 1 1 2 1 2 3 1 2 3 4 like that
What do you understand by access specifiers in Java?
What is a final class ?
If two threads call a static method at the same point of time, what will happen?