What is Distributed Application and what is its usage?

Answers were Sorted based on User's Feedback



What is Distributed Application and what is its usage?..

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

What is Distributed Application and what is its usage?..

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

Post New Answer

More Core Java Interview Questions

What's the difference between comparison done by equals method and == operator?

0 Answers  


What type of variable is error flag?

0 Answers  


What is the difference between char and char *?

0 Answers  


How do we make a class serialize?

3 Answers   Syntel,


Why enumeration is faster than iterator?

0 Answers  






What is sorting algorithm in java?

0 Answers  


Is integer immutable in java?

0 Answers  


84. try { 85. ResourceConnection con = resourceFactory.getConnection(); 86. Results r = con.query(”GET INFO FROM CUSTOMER”); 87. info = r.getData(); 88. con.close(); 89. } catch (ResourceException re) { 90. errorLog.write(re.getMessage()); 91. } 92. return info; Which is true if a ResourceException is thrown on line 86? 1 Line 92 will not execute. 2 The connection will not be retrieved in line 85. 3 The resource connection will not be closed on line 88. 4 The enclosing method will throw an exception to its caller.

1 Answers  


What is not thread safe?

0 Answers  


How objects are stored in java?

0 Answers  


What is the meaning of nullable?

0 Answers  


Which sorting is used in arrays sort in java?

0 Answers  


Categories