RestQA March 16, 2021 API Automation with restQA tool Recently, I came across a new open-source tool restQA which is available now for API Automation. I found this tool very useful and easy to adopt.... deepak 0
Java8 March 03, 2021 HashMap vs LikedHashMap ->How it make difference? So there is a standard problem that is given at most of the interview problems. It is the Printing frequency of characters from the given string. So... deepak 0
Java8 March 03, 2021 Reverse each word in a sentence If we need to reverse each word in a sentence, we can use the split feature in String to first get each word from the string. Later on that word,... deepak 0