what is use of business objects?

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


Please Help Members By Posting Answers For Below Questions

What does those terms actually mean included in the j.d.k i.6?

1605


Which is a valid identifier?

546


What is the difference between final, finally and finalize() in java?

521


If an object is garbage collected, can it become reachable again?

544


Why are arrays useful in java?

542






Explain the concept of proper inheritance?

621


What is dynamic array in java?

525


What is command line argument

710


How do you insert a line break?

496


Explain where variables are created in memory?

584


What are the four versions of java?

547


Is java 9 released?

526


Can a static block throw exception?

658


What is java util concurrentmodificationexception?

499


What are benefits of java?

558