Hey Naveen 1 of my friend suggested your channel. And from that day onwards i am waiting your videos and i m loving it. So i want 1 program from you that question asked by one person in an interview. The question is : 1 person did 3 person's work in 2 days to get 4 prizes and 5000 rupees as bonus. So the o/p should be we we replace the 1 person as one person 3 person's would be three person like this. We should replace the numeric to alphabets. Request you to can you please do it with what ever logic and the concept are coming in to your mind. I want all the possible way you can.
I have a question , what about if we define the hashMap to receive a string key and string value but for some reason we need to store an abject as a value after converting it to a string (obj.toString()) in this example if i traverse the hashMap and i need to access to one if its fields , i could not because it is converted to a string , What i s the solution for it ? thank you
How to use HashMap in our Selenium code ? I was asked in one of my many interviews. It is important as to why we are learning HashMap and what is the use of it..
It can use to read the data from property file , in terms of key value pair. From excel too we can read the data in terms of key value and pass on to two dimensional object array , which is used in Dataprovider , to provide test data to testcases
thanks, and also if you have time please give me this ans:- i want to where We implement in real time project polymorphism and Abstract class and method
alam mohammed WebDriver d= new FirefoxDriver(); this statement is used to call/open a browser, here we used runtime polymorphism concept I.e creating subclass object with the help of super class reference
I'm confused about something with hashmap, you said it does not maintain order, but when you printed out the entire employee entryset, it did it in order by key, 1, 2,3....... and thanks for the videos, love your channel! :)
Hello Naveen! Thank you very much for this great tutoring on Hashmap, but please I did not get the point about the fact that key cannot be shifted if removed. please can you clarify. Thank you.
Such a great and precise explanation for HashMap. Those 27 minutes are totally worth watching.
Your way of explaining is awesome.Just one time watch the video n you will get the concept
In love with the way you explain and the voice 😍♥
HashMap does not allow duplicate keys but it allows to have duplicate values.
Thanks for tutorial 🙌🙌🙌
Awesome explaination. Thank u
Hey Naveen 1 of my friend suggested your channel. And from that day onwards i am waiting your videos and i m loving it. So i want 1 program from you that question asked by one person in an interview. The question is : 1 person did 3 person's work in 2 days to get 4 prizes and 5000 rupees as bonus.
So the o/p should be we we replace the 1 person as one person 3 person's would be three person like this. We should replace the numeric to alphabets. Request you to can you please do it with what ever logic and the concept are coming in to your mind. I want all the possible way you can.
Awesome sir
Hi Naveen, Please update your latest code and codes which are not there in your Git repository.
Thank you.
I have a question ,
what about if we define the hashMap to receive a string key and string value but for some reason we need to store an abject as a value after converting it to a string (obj.toString())
in this example if i traverse the hashMap and i need to access to one if its fields , i could not because it is converted to a string , What i s the solution for it ? thank you
Great Job .Very good explanation .
Hi Naveen,
Can u plz give example of concurrent hashmap?
How to use HashMap in our Selenium code ? I was asked in one of my many interviews. It is important as to why we are learning HashMap and what is the use of it..
It can use to read the data from property file , in terms of key value pair. From excel too we can read the data in terms of key value and pass on to two dimensional object array , which is used in Dataprovider , to provide test data to testcases
Hi sir,when i m trying to insert values hm.put(1,"selenium"); an error throws saying java: excepted. Can u please tell me what to do?
thanks, and also if you have time please give me this ans:- i want to where We implement in real time project polymorphism and Abstract class and method
alam mohammed WebDriver d= new FirefoxDriver(); this statement is used to call/open a browser, here we used runtime polymorphism concept I.e creating subclass object with the help of super class reference
@@manishbhardwaj9061 this is runtime polymerphism already Naveen said wat abt compile time pls
Hi Naveen , how can we write nested hashmap(string, list) into Excel
Now I understand the construction of HashMap. But how I can change parameters, values with the "Entry" and "Set"?
Thank you So much Bro for Wonderfull Explanation.
while iterating the map, what is the Entry class used for?
what is the difference between hash maps and sets? thank you
Thanks for the awesome video
Awesome explanation!!. Please share all your tutorial for java and Selenium.
Hi Naveen, Thanks for sharing Collections information. But Set interface is missing. Please kindly share that so it will be a complete playlist.
Your tutorials are awesome sir. Big fan of yours. 😊
Are sir 1000 data ko entry aise hi hard code karni hai kya
I'm confused about something with hashmap, you said it does not maintain order, but when you printed out the entire employee entryset, it did it in order by key, 1, 2,3....... and thanks for the videos, love your channel! :)
Steve bro, it's Jhi. Was trying contact you on discord to see how you were doing. Hope everything's well man
very well explained
what is the syncronized
Thanks for the good video.
Hi Naveen, what software you have use to record this video?
sir comparable and comparator interface par banho video
Hello Naveen! Thank you very much for this great tutoring on Hashmap, but please I did not get the point about the fact that key cannot be shifted if removed. please can you clarify. Thank you.
It means map doesn’t maintain the order like we see in case of array.
Nice video.. keep it up man...mast hai
Thank you man!
thanks a lot bro :)
thank u ........
This is confusing at iterator