Answer Posted / satya
Remote interface is an interface which can be implemented
by remote objects
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
Why is java called java?
When would you use a static class?
Is void a return type?
What is java util list?
What is the difference between call by reference and call by pointer?
Where is core java used?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
What is a lightweight component?
Garbage collection in java?
Explain heap sort?
Which is better list or arraylist in java?
What is meant by inheritance and what are its advantages?
What is meant by stack and queue?
What are the different types of constructor?
when you will synchronize a piece of your code? : Java thread