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 is hash in java?

0 Answers  


Can we override the static methods?

0 Answers  


What are different types of encoding?

0 Answers  


When is the finally clause of a try-catch-finally statement executed?

0 Answers  


Is a class subclass of itself?

0 Answers  






What is the maximum size of hashmap in java?

0 Answers  


what are depricated methods ?

5 Answers   Satyam,


How do you create immutable object in java?

0 Answers  


What is a “stateless” protocol ?

0 Answers  


What are the main differences between the java platform and other platforms?

0 Answers  


How many ways can you break a singleton class in java?

0 Answers  


What is the need of transient variables in Java ?

0 Answers   MCN Solutions,


Categories