what is use of business objects?

Answers were Sorted based on User's Feedback



what is use of business objects?..

Answer / 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

what is use of business objects?..

Answer / bharat singh

Generally the Business Object Layer encapsulate your Domain
Specific objects.So that you do not expose your domain
specific objects and hide them.

Is This Answer Correct ?    3 Yes 0 No

what is use of business objects?..

Answer / aravind

In bussiness object we will write the Bussiness Logic.

ie.,ex:- Transfering money,Bussiness transactions

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More Core Java Interview Questions

What does @override mean?

0 Answers  


Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls

0 Answers  


Write a program to print 15 random numbers using foreach of java 8?

0 Answers  


write a progam hashmap & hashtable?

2 Answers   IBM,


How can final class be used?

5 Answers   Accenture, Wipro,






What are packages in java?

0 Answers  


Why we can not force Garbage Collection?

7 Answers  


What is meant by class and object in java?

0 Answers  


What is java abstraction with example?

0 Answers  


What is the numeric promotion?

0 Answers  


What is meant by attribute?

0 Answers  


Is ++ operator thread-safe in java?

0 Answers  


Categories