Answer Posted / 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 View All Answers
Where are register variables stored?
What is arrays aslist in java?
Can you achieve runtime polymorphism by data members?
How do you square a number in java?
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
Can we declare a class as static?
Can we increase array size dynamically in java?
What is matcher in java?
describe synchronization in respect to multithreading? : Java thread
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
How many types of flags are there?
What are the uses of java?
What is variable and example?
Is java util regex pattern thread safe?
Can java object be locked down for exclusive use by a given thread?