What does business logic mean?
No Answer is Posted For this Question
Be the First to Post Answer
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
What is the difference between a factory and abstract factory pattern?
Write a code to create a trigger to call a stored procedure
what is type of statement in jdbc connection?
Howmany number of objects we can store in an ArrayList. Is there any limit?
Explain exception chaining in java?
how are methods defined?
What happens if we override private method?
what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }
In real time project which driver did u use? What is the main functionality of the Prepared Statement?
What is a Transient Object?
0 Answers InfoAxon Technologies,
How do you declare an infinite loop?