what is business objects?

Answers were Sorted based on User's Feedback



what is business objects?..

Answer / ctva20461

A business object is a type of an intelligible entity being an actor inside the business layer in a n-layered object-oriented computer program.
Whereas a program may implement classes, which may end in objects managing or executing behaviors, mainly a business object differs in that does nothing itself but holds a set of attributes and associations with others weaving a map of players representing the business relations.

Is This Answer Correct ?    0 Yes 0 No

what is business objects?..

Answer / ershad md sk

Business objects means REAL OBJECTS which u think in ur
problem space.... i wil give a example.....In a room u
should identify different Business Object's we can
identify FAN....Bcoz Fan is an OBJECT which hav Business
Data like Speed and Business Methods like Rotate 2) Air
Conditioner is an Business Object and it speed is Business
data and LCD also and compressor is Bussiness object and
Remote is an INTERFACE

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More Core Java Interview Questions

Is Java a dying language?

0 Answers  


Why synchronization is important in java?

0 Answers  


Explain about the select method with an example?

0 Answers  


What are latest features introduced with java 8?

0 Answers  


What is the default value of float and double datatype in java?

0 Answers  






How many bits is a 64 bit byte?

0 Answers  


What is the meaning of nullable?

0 Answers  


What is the access scope of protected access specifier?

0 Answers  


suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?

3 Answers  


What is a flag variable?

0 Answers  


program to find 25 square = 625 here the 625 of last two digits is equal to 25, i don't know excatly what this type of number is called

1 Answers   Huawei,


What are different types of states exist for a thread?

0 Answers  


Categories