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 length of a string?
Can we have any code between try and finally blocks?
What is Co-Variant return type in method overriding?
What all methods are used to prevent thread execution ?
What is fail fast in java?
Explain difference between final, finally and finalize?
Can we create an object of private class?
what is bytecode? watz the difference between machine code and bytecode?
Can we write multiple catch blocks under single try block?
What are legal modifiers that we can use to declare an inner class?
What are the interfaces defined by Java.lang package?
Can a class with private constructor be extended?