Answer Posted / amar
Excalent work friend
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we define private and protected modifiers for variables in interfaces?
Can a method be overloaded based on different return type but same argument type?
Is it necessary for the port addresses to be unique? Explain with reason.
Why heap memory is called heap?
What is meant by anonymous class?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
Explain the advantages of packages in java?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
do I need to use synchronized on setvalue(int)? : Java thread
What is use of static in java?
When to use runnable interface vs thread class in java?
Can we create our own daemon thread?
What do you mean by light weight and heavy weight components?
What is ellipsis in java?
Give example to differentiate between call by value and call by reference.