What is the difference between post and put?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of stub and skeleton?
7) Suppose there is Student class like class student { int age; string name; } We want to store these objects in a HashMap. Do we need to override any methods in Student class? If any which ones and why? what if i just override equals or just hashcode? what will be the results in both the cases?
What is an off by one error in java?
take any 4 input numbers. like 2345.. wanted out put is All 16 combinations of the number 2345.. for example- taking input as 4565 output- 5654 4556 4655..
What are thread safe functions?
GoldMansachs Interview process....
What is implicit object in java?
What is adapter in java?
explain the concept of virtual method invocation in polymorphism in detail?
Addition to previous section relative word 5th one was Putrid ans: rotten, also there was prob. in 1st section on bucket weight ans:10kg, also there was a prob. on train speed to find bridge length ans:800 mtrs.
What part of memory - Stack or Heap - is cleaned in the garbage collection process?
Why we should declare the variables as static and final in interfaces?