What is hash method?
Answer / rajashree
A way to insert values into a defined key accessed table.
Most hashing methods are very efficient and have a time of O
(1).
| Is This Answer Correct ? | 3 Yes | 0 No |
how to create multithreaded program? : Java thread
How strings are created in java?
how to handle a singleton service locator. when multiple threads are trying to get the singleton object in same time
For ease of programming you can consider the maze as a 2D array with colors represented by below integer and characters (in capital letters). • B - Black • W -White • G- Green • R- Red R B W B W W W W W W B W B B W W W W W W W B W B W W W B W W W W B B W W W B W W W B W W B B B B W B W B W W B W W W B W W W B B B W W B W W W B W W B W B W W W B W B W W W W B B W W W W B W W W W W G Shortest Route Problem: • Solution that finds the shortest Route between Red and Green  White will have 1 Weight.  Red and Green carry no weights.  Shortest path is the path with less weight when you add up the weights in the path.
C and C++ has constructors and distructors, why does Java does not have distructors?
Does java arraylist maintain insertion order?
What is the list interface?
What is the difference between a scrollbar and a scrollpane?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
Is alive method in java?
Is Constructor possible in abstract class in java ?
What is an empty string in css?