Difference between flush() and commit() in hibernate?
Answer Posted / ijaz ahmed
Great answer!
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
How do you sort an array in java?
What are keywords in programming?
What is passed by reference and pass by value ?
Explain about automatic type conversion in java?
What about anonymous inner classes in java?
Can we use static class instead of singleton?
Difference between Linked list and Queue?
What is a numeric format?
What is main in java?
What is the purpose of the strictfp keyword?
Can we override the static methods?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
What is difference between protected and private?
Can we convert stringbuilder to string in java?