What do you mean by hashing?
Answer / Rohit Kumar Sharma
"Hashing is a process that translates values of an input data (like keys in a dictionary) into indices of an array. This allows for fast lookup and insertion/removal operations."
| Is This Answer Correct ? | 0 Yes | 0 No |
How many digits can a float hold?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
Why does my function print none?
Difference between java and javascript
What do you understand by classes in java?
What is the difference between an argument and a parameter?
What are the benefits of immutable objects?
What method is used to compare two strings ?
Which is easier .net or java?
What is passed by reference and pass by value ?
What modifiers can be used with a local inner class?
Describe different states of a thread.