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 is java developer skills?

711


Are generics important java?

705


Explain restrictions on using enum?

810


Is java a utf 8 string?

729


Explain about narrowing conversion in java?

746






If a method is declared as protected, where may the method be accessed?

715


How is garbage collection controlled?

899


State some situations where exceptions may arise in java?

816


What is the meaning of I ++ in java?

825


Explain what access modifiers can be used for methods?

761


How do you implement tree mirroring in java?

788


What is use of super keyword?

728


What is the difference between multiple processes and multiple threads?

765


What are the four versions of java?

749


Why should I use abstract class?

747