Answer Posted / aravind
In bussiness object we will write the Bussiness Logic.
ie.,ex:- Transfering money,Bussiness transactions
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Is node a data type in java?
Why is java architectural neutral?
Is string passed by reference in java?
Can a source file contain more than one class declaration?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
What is consumer interface?
Is space a character in java?
Explain, java is compatible with all servers but not all browsers?
Justify your answer that you can't define a method inside another method in java, if you can then how?
What is the purpose of using break in each case of switch statement?
What are the important features of Java 8 release?
Why are generics used?
Differentiate between stringbuffer and string?
Can we cast any other type to boolean type with type casting?
What is string substring?