what is use of business objects?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What do you mean by inner class in java?
What are the types of strings?
what do you mean by stream pipelining in java 8? Explain
What is included in core java?
What is Java Reflection API? Why it’s so important to have?
Explain the pointers in Java?
What is the largest data type in java?
What are different types of states exist for a thread?
Can private members of a base class are inheritable justify?
what is the use of finalize()Method please explain with an example
What does string intern() method do?
Which number is denoted by leading 0x or 0x in java?