java Programming Glossary: interviewer
Java Component based vs Request based frameworks http://stackoverflow.com/questions/1247627/java-component-based-vs-request-based-frameworks if I did justice to the question. Any ideas on what interviewer meant and what should have been compared regards avajurug java..
Interview : Can we instantiate abstract class? http://stackoverflow.com/questions/13670991/interview-can-we-instantiate-abstract-class Can we instantiate abstract class The interviewer asked Can we instantiate an abstract class I said No. He told..
Check if at least two out of three booleans are true http://stackoverflow.com/questions/3076078/check-if-at-least-two-out-of-three-booleans-are-true if at least two out of three booleans are true An interviewer recently asked me this question given three boolean variables..
Java dynamic binding and method overriding http://stackoverflow.com/questions/321864/java-dynamic-binding-and-method-overriding call the overridden form of the method. Apparently not. My interviewer encouraged me to run the program myself and lo and behold there..
Does subclasses inherit private fields? http://stackoverflow.com/questions/4716040/does-subclasses-inherit-private-fields No because we can't access them using normal OOP way . But interviewer thinks that their inherits because we can access such fields.. of its parent class. Do you know any arguments to protect interviewer's opinion java oop inheritance private share improve this.. declared. This addresses the exact question posed by the interviewer do sub CLASSES inherit private fields . emphasis added by me..
Interview: Remove Loop in linked list - Java http://stackoverflow.com/questions/5607292/interview-remove-loop-in-linked-list-java the loop in linked list I solved this but immediately the interviewer asked me how do I remove the loop in a linked list. I fumbled...
Why are interfaces preferred to abstract classes? http://stackoverflow.com/questions/639592/why-are-interfaces-preferred-to-abstract-classes and correct argument in your disagreement then the interviewer might take note. First highlight the positive things about interfaces..
How to drive C#, C++ or Java compiler to compute 1+2+3+…+1000? http://stackoverflow.com/questions/8763497/how-to-drive-c-c-or-java-compiler-to-compute-123-1000 interview I was asked a really strange question. The interviewer asked me how can I compute 1 2 3 ... 1000 just using compiler..
Write a program that will surely go into deadlock http://stackoverflow.com/questions/8880286/write-a-program-that-will-surely-go-into-deadlock deadlock occurs if the interleaving goes wrong but the interviewer insisted that a program that will always go into deadlock regardless..
|