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
Describe the syntax of multiple inheritance? When do we use such an inheritance?
Can we have 2 main methods in java class?
How does predicate work in java?
Explain differences between checked and unchecked exceptions in java?
How many types of parsers are there?
Can we print null in java?
What is number data type in java?
What happens if we don’t override run method ?
What is the benefit of singleton pattern?
Which is the best approach for creating thread ?
Are arrays classes in java?
Is an array a vector?
What is the driver class?
How can I become a good programmer?
Mention a package that is used for linked list class in java.