Answer Posted / nidhi
business objects are used to handle business logic like
complex computations. They accept the request from the tier
handing client side and process computations using resources
available at server side and send some material/instructions
to server side if required to be stored, modified etc in DB
for example. After that return the response to the tier
which is handling generation of response to client side i.e
back to the tier from where it received the request. Example
of such business object components are EJB, hibernate.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of skeleton and stub?
How to perform merge sort in java?
How you can force the garbage collection?
What is private protected in java?
Which collection is sorted in java?
What is array sorting in java?
What is static keyword in java?
What is int short for?
Why packages are used?
What is prefix of a string?
Why does java does not support multiple inheritance? Explain
What is a top level class in java?
What is the lifetime and scope of a variable?
What is difference between fileinputstream and filereader in java?
Can vector have duplicates in java?