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
How many types of keywords are there?
What is the importance of main method in Java?
What is int argc char * argv?
What is a website container?
What is port number in java?
What is meant by javabeans?
Can we use catch statement for checked exceptions?
What is module with example?
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
Can you achieve runtime polymorphism by data members?
How to do encapsulation in java?
How do I write a self declaration?
Difference between java and javascript
What is the difference between an argument and a parameter?
What is the final keyword denotes?