-
-
-
Remove() method collection
Which Underlying Collection will provide the remove() method?
-
WeakHashMap
Explain how a WeakHashMap works?
-
-
J2EE Code Standards
What are the code standard used in J2EE project in real time?
-
-
-
ReadLine() Function
Explain readLine function in Core Java.
-
-
How to Synchronize the HashMap
Any Body Tell about this
-
IBM Interview Questions in Bangalore
Br />1.what is oracle.2.what is major differenece oracle8i and oracle9i.4.tell me some thing ur self.5.please tell me about oops.6.what is single inheritance.7.what is multiple inheritance.8.can java support multiple inheritance.9.what is interface.10.what is differenec between abstract class and interface.11.how to u prove that abstrace class cannot instantiate directly.12.what is differenece between...
-
-
Arrays/Linked List
When and on what conditions will you decide whether to use linked lists or arrays, also Which process is fastest and which is slowest in arrays as well as linked list i.e, sorting, searching, add, delete etc.
-
Jumble Array Values
An array A is of size N. Write a java method that jumbles all values in the array. All possible permutations must be possible and chances for each possible permutation must be equal. For example, size of array A is 3. A[0]=x, A[1]=y, A[2] =z.Possible permutations are 3! After jumbling elements, there would be equal chances for each of xyz,yxz,... to be in the array elements.
-
-
-
Abstract vs Interface Class
Which is faster at class loading - interface or abstract class? Why?
-
-
Core Java Interview Questions
Ans