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 variable explain?
How can the checkbox class be used to create a radio button?
What are class types in java?
Which is bigger double or float?
How java is similar to c?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
Is space a string in java?
________ exception must be either caught or specified in throws class of the method.
Break statement can be used as labels in java?
Why can we not override static method?
What is the difference between assignment and initialization?
What is prime number in java?