|
Question: What is the difference between an Interface and an Abstract class?
Question: What is the purpose of garbage collection in Java, and when is it used?
Question: Describe synchronization in respect to multithreading.
http://www.allapplabs.com/interview_questions/java
created by interview_questions on 2008-06-09 19:48:51
|
|
Question: What is the Collections API?
Question: What is the List interface?
Question: What is the Vector class?
http://www.allapplabs.com/interview_questions/java
created by interview_questions on 2008-06-09 19:51:25
|
|
Technical & HR Interview Questions of Google,Microsoft,Yahoo and many more Companies.
http://placementsindia.blogspot.com
created by interview_questions on 2008-06-04 23:21:13
|
|
I gathered some of the important and top interview questions of Google from different people interviews. I hope This post helps those who are preparing for the Google Interview.
http://placementsindia.blogspot.com/2007/09/google
created by interview_questions on 2008-06-04 22:49:24
|
|
. Given a rectangular (cuboidal for the puritans) cake with a rectangular
piece removed (any size or orientation), how would you cut the remainder
of the cake into two equal halves with one straight cut of a knife ?
http://placementpapers.net/helpingroot/Microsoft_I
created by interview_questions on 2008-05-26 03:19:33
|
|
# Compute the sign of an integer
# Compute the integer absolute value (abs) without branching
# Compute the minimum (min) or maximum (max) of two integers without branching
# Determining if an integer is a power of 2
# Sign extending
http://graphics.stanford.edu/~seander/bithacks.htm
created by interview_questions on 2008-05-26 03:07:54
|
|
THIS DISCUSSION GROUP IS MOVING! Joel Spolsky (Fog Creek) (0 comments)
Allocating array of strings Viren Sagar (0)
hourse race tanuj saxena (3)
food for thought puzzle Abyss (3)
matchsticks puzzle Abyss (9)
cars on road - solution ??? Abyss (3)
How Many Questions You Need to Find a Number? Dmitri Papichev (17)
linked list Deepak Pant (7)
Cake Cutting Deepak pant(STM) (6)
http://discuss.fogcreek.com/techInterview/
created by interview_questions on 2008-05-20 10:26:18
|
|
Algorithm: You have a tree (not Binary) and you want to print the values of all the nodes in this tree level by level. Discussed on phone and asked me to email Java code for my algorithm. [18 ]
http://www.careercup.com/show/?co=8cfeaaf4-d500-4e
created by interview_questions on 2008-05-08 04:34:26
|