What is Distributed Application and what is its usage?
Answers were Sorted based on User's Feedback
Answer / ramakrishna alla
Distributed application is one kind of application which
enables the Computers in network to communicate with each
other so that users can also interface with some other users.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ravikiran(aptech mumbai)
Distributed application is the one which is distributed in
multiple remote parts of the application
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the difference between jvm and jre? What is an interface?
What is equals method in java?
When is an object subject to garbage collection?
Can you make a constructor final?
explain me with a code snippet about the generation and handling of null point exceptions.
How objects of a class are created if no constructor is defined in the class?
What is difference between static class and singleton pattern?
Difference between the paint() and repaint() methods?
Can the garbage collection be forced by any means?
Is array synchronized in java?
What is the concept of multithreading?
My interview asked what is dynamic variable in java and where we use them.