Top Programming Languages AllOther Interview Questions :: ALLInterview.com http://www.allinterview.com Top Programming Languages AllOther Interview Questions en-us what is lazy loading in hibernate?Explain in detailed manner? http://www.allinterview.com/showanswers/59774.html Check out this link. http://www.javalobby.org/java/forums/t20533.html it's probably one of the good answers I think explains what and how it goes. What is the difference between procedure -oriented language and objec http://www.allinterview.com/showanswers/32181.html in procedure oriented language data has not security in object ori data has security .in 1st program approach from top to down in 2nd program approach from bottom to top. What is the difference between windows 98/2000/XP Operating Systems? http://www.allinterview.com/showanswers/61483.html xp is advanced than windows 98 & 2000 what is difference between c and C# http://www.allinterview.com/showanswers/28367.html C is structed language whereas C# is object oriented. SAS using companies in INDIA http://www.allinterview.com/showanswers/58283.html hsbc,wipro,capgemimi,reliance,marketics,infosys,satyam,pfize r,novartis etc. How to swap values between two variables without using a third varia http://www.allinterview.com/showanswers/13154.html main() { int ia,b; a=a+b; b=a-b; a=a-b; merge sort time complexity http://www.allinterview.com/showanswers/5243.html O(n log n) Given three sides of a triangle. Write the Program to determine wheth http://www.allinterview.com/showanswers/65794.html if a, b and c are the three sides of a triangle, then a + b > c if this is not satisfied, then its not a valid triangle. To check for right angle, use Pythagoras theorem. Assume that the longest side is the hypotenuse. Issosless and Equila How many processes can listen on a single TCP/IP port? http://www.allinterview.com/showanswers/6724.html only one process should b run on single port..... so there should b only one process listening on single TCP/IP port. This is a puzzle question .... The warden meets with 23 new prisone http://www.allinterview.com/showanswers/6715.html The team nominates a leader. The group agrees upon the following rules: The leader is the only person who will announce that everyone has visited the switch room. All the prisoners except for the leader will flip the first switch up when possi What is the Super Class of Exception in java? http://www.allinterview.com/showanswers/32893.html Throwable is the super class of exceptions in java Difference between abstract class and Interfaces in Java http://www.allinterview.com/showanswers/4094.html abstract clas have both abstract methods and Concrete methods. but interface have only abstract methods, And also abstract class have construtor,but interface doesn't have. why should i hire u http://www.allinterview.com/showanswers/1432.html I believe myself to be creative hardworking and loyal, as always I stood by values and virtues. Urgent Openings for Java and .NET ( India, Singapore, Australia, J http://www.allinterview.com/showanswers/3751.html Urgent Openings : Java (1-3 Yrs exp) Positions : 7 Location : India, Japan , Singapore, Australia .NET, C#, ADO.net, VB.net (1-3 Yrs exp) Positions : 25 Location : India, Japan , Singapore, Australia System Administrator (Exchange server how many trailing zeroes are there in 100! (100 factorial)? http://www.allinterview.com/showanswers/6716.html 100!