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
What is an object’s lock and which object’s have locks?
What is a programming object?
What is Gang of four design patterns
What is skeleton and stub?
What is the use of bufferedreader?
How do you do a line break in java?
Detail discussions on JVM, memory management and garbage collector.
What is Classloader in Java?
What is the main use of generics in java?
Explain the difference between call by refrence and call by value?
Explain the importance of finalize() method.
What is the use of protected in java?
What is rule of accessibility in java?
What do you mean by a JVM?
What is encapsulation in java?