Write a postfix expression to (a*(b+c/d)*d-e)
Answers were Sorted based on User's Feedback
What is an algorithm in java collection framework? : java collections
Write a interface "CarOperations" with the following methods void turnOnEngin() void turnOffEngin() void turnOnLigths() void turnOffLights() void turnLeft() void turnRight() void accelerate() void deaccelerate() void putBreaks() void releaseBreaks()
What are the interfaces in java collections? : java collections
When to use the Collection Classes(HashSet, LinkedHashSet, TreeSet....etc) in real time scenario ?
please mail me the interview question based on java/j2ee
who will give req's to u?. how they send req's to u? . what design documents contains?. when bugs raised on other developer code how to report to them?.(throgh mail or ........). how to retrive 100 recods from dao layer to presentation layer.using which collection?. what is sequence diagram.?.
What are the different types of classes implemented in the set interfaces? : java collections
what is difference between vector and arraylist?.
What are the main classes of the list interfaces? : java collections
what is the difference between banking and insurance domain?
How many controlers are there in spring? Plz send me ans
In HashSet duplicates are allowed while adding to the HashSet, but while retreiving the object from HashSet is not shown the duplicate values, WHY ?