¡@

Home 

java Programming Glossary: interview

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.. please explain this to me Was I really wrong during my interview java oop class object abstract share improve this question..

Have you ever used Phantom reference in any project?

http://stackoverflow.com/questions/1599069/have-you-ever-used-phantom-reference-in-any-project

where we should use this Or is this concept made just for interview point of view java reference share improve this question..

Why should I care that Java doesn't have reified generics?

http://stackoverflow.com/questions/1927789/why-should-i-care-that-java-doesnt-have-reified-generics

reified generics This came up as a question I asked in an interview recently as something the candidate wished to see added to the..

Why is JavaScript called JavaScript, since it has nothing to do with Java? [closed]

http://stackoverflow.com/questions/2018731/why-is-javascript-called-javascript-since-it-has-nothing-to-do-with-java

java javascript share improve this question From an interview made to its creator Brendan Eich InfoWorld As I understand it..

Reverse a given sentence in java

http://stackoverflow.com/questions/2713655/reverse-a-given-sentence-in-java

sentence in java This was the question asked me in amazon interview. Write a program to reverse a given sentence like This is interview.. Write a program to reverse a given sentence like This is interview question the output must be question interview is this .Can.. This is interview question the output must be question interview is this .Can any tell me how to get this done Thanks in advance..

What are major differences between C# and Java?

http://stackoverflow.com/questions/295224/what-are-major-differences-between-c-sharp-and-java

care about it. I've been asked this question on my job interview and I thought it might be useful to learn a bit more. These..

Java dynamic binding and method overriding

http://stackoverflow.com/questions/321864/java-dynamic-binding-and-method-overriding

overriding Yesterday I had a two hour technical phone interview which I passed woohoo but I completely muffed up the following.. call the overridden form of the method. Apparently not. My interviewer encouraged me to run the program myself and lo and behold.. aware of based on your answer to the problem in the interview. Edit A good description here as well. This example is showing..

Why doesn't Java support unsigned ints?

http://stackoverflow.com/questions/430346/why-doesnt-java-support-unsigned-ints

integer share improve this question This is from an interview with Gosling and others about simplicity Gosling For me as a..

Does subclasses inherit private fields?

http://stackoverflow.com/questions/4716040/does-subclasses-inherit-private-fields

subclasses inherit private fields This is an interview question. Does subclasses inherit private fields I answered.. 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..

How to merge two sorted arrays into a sorted array?

http://stackoverflow.com/questions/5958169/how-to-merge-two-sorted-arrays-into-a-sorted-array

arrays into a sorted array This was asked of me in an interview and this is the solution i provided public static int merge..

The case against checked exceptions

http://stackoverflow.com/questions/613954/the-case-against-checked-exceptions

this question I think I read the same Bruce Eckel interview that you did and it's always bugged me. In fact the argument.. always bugged me. In fact the argument was made by the interviewee if this is indeed the post you're talking about Anders Hejlsberg..

Why are interfaces preferred to abstract classes?

http://stackoverflow.com/questions/639592/why-are-interfaces-preferred-to-abstract-classes

preferred to abstract classes I recently attended an interview and they asked me the question Why Interfaces are preferred.. interface abstraction share improve this question That interview question reflects a certain belief of the person asking the.. and correct argument in your disagreement then the interviewer might take note. First highlight the positive things about..

Creating a memory leak with Java

http://stackoverflow.com/questions/6470651/creating-a-memory-leak-with-java

a memory leak with Java I just had an interview and I was asked to create a memory leak with Java. Needless..

What Java XML library do you recommend (to replace dom4j)?

http://stackoverflow.com/questions/831865/what-java-xml-library-do-you-recommend-to-replace-dom4j

XOM exists in the first place Here is also 5 part Artima interview with author about XOM where they talk about what's wrong with..

Printing message on Console without using main() method

http://stackoverflow.com/questions/8605137/printing-message-on-console-without-using-main-method

without using main method I was asked this question in an interview. How to print message on console without using main method ..