what is use of business objects?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Can you declare the main method as final?
1).Is Object class abstract or not? 2).Is main method(public static void main(String args[])low priority thread or high priority thread?
Explain the selection sort algorithm and state its time complexity?
What is formatted output?
Which one of the following suits the description of a string better: derived or primitive?
What is static and a non-static inner class?
what is webservices?
What is Java Shutdown Hook?
What do you understand by java virtual machine?
What is the difference between preemptive scheduling and time slicing?
Difference between string, stringbuffer and stringbuilder?
What does exp mean in math?