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 java developer skills?
Are generics important java?
Explain restrictions on using enum?
Is java a utf 8 string?
Explain about narrowing conversion in java?
If a method is declared as protected, where may the method be accessed?
How is garbage collection controlled?
State some situations where exceptions may arise in java?
What is the meaning of I ++ in java?
Explain what access modifiers can be used for methods?
How do you implement tree mirroring in java?
What is use of super keyword?
What is the difference between multiple processes and multiple threads?
What are the four versions of java?
Why should I use abstract class?