March 2020 - Bug Reaper

                  Bug Reaper

Lean about Automation Testing,Selenium WebDriver,RestAssured,Appium,Jenkins,JAVA,API Automation,TestNG,Maven, Rest API, SOAP API,Linux,Maven,Security Testing,Interview Questions

Sunday 22 March 2020

Saturday 21 March 2020

Saturday 7 March 2020

Comparator in Java

3/07/2020 01:40:00 pm 0
It is in  java.util package Comparator is used to have customized sorting It defines two methods 1.) Compare 2.) Equals public in...
Read more »

TreeSet

3/07/2020 01:12:00 pm 0
TreeSet is implementation of Set interface We have other implementation  as well like HashSet and LinkedHashset. We use HashSet if we ...
Read more »

PriorityQueue

3/07/2020 01:11:00 pm 0
In which scenarios we should use PriorityQueue. For example, you may want to order employee records in the ascending order of their salar...
Read more »