Skip to content

Software Testing Tutorials

  • Home
  • Selenium
    • selenium IDE tutorial
      • IDE Commands Part 1
      • IDE Commands Part 2
    • Selenium Webdriver Tutorial
      • Selenium Tutorial Part One
      • Selenium Tutorial Part Two
      • Selenium Advanced Tutorials
    • Selenium Data Driven Framework
    • 60 Selenium Interview Questions
    • Selenium Grid
      • Selenium Grid Tutorial
  • Appium Tutorials
    • Appium Tutorial Part One
    • Appium Tutorial Part Two
    • Advanced Appium Tutorial
    • Appium Interview Questions
      • Questions Part One
      • Questions Part Two
      • Questions Part Three
      • Questions Part Four
      • Questions Part Five
      • Questions Part Six
      • Questions Part Seven
  • JMeter Tutorial
  • Playwright Tutorial
  • Excel Guide
Search

Software Testing Tutorials

Close menu
  • Home
  • Selenium
    • selenium IDE tutorial
      • IDE Commands Part 1
      • IDE Commands Part 2
    • Selenium Webdriver Tutorial
      • Selenium Tutorial Part One
      • Selenium Tutorial Part Two
      • Selenium Advanced Tutorials
    • Selenium Data Driven Framework
    • 60 Selenium Interview Questions
    • Selenium Grid
      • Selenium Grid Tutorial
  • Appium Tutorials
    • Appium Tutorial Part One
    • Appium Tutorial Part Two
    • Advanced Appium Tutorial
    • Appium Interview Questions
      • Questions Part One
      • Questions Part Two
      • Questions Part Three
      • Questions Part Four
      • Questions Part Five
      • Questions Part Six
      • Questions Part Seven
  • JMeter Tutorial
  • Playwright Tutorial
  • Excel Guide

Software Testing Tutorials

Search Toggle menu

Category: java Collection framework

October 16, 2017June 18, 2025java Collection framework, java tutorials for selenium, java tutorials for webdriver, Selenium 2, selenium tutorial, selenium webdriver

LinkedHashMap Class In Java

LinkedHashMap class is one of the class of map interface which extends HashMap class and implements Map interface. It is combination of linked list […]

October 2, 2017June 18, 2025java Collection framework, java tutorials for selenium, java tutorials for webdriver, Selenium 2, selenium tutorial, selenium webdriver

Java HashMap Class

Is is pronounced as HashMap because It is hash table based implementation of map interface. It extends AbstractMap class and implements Map […]

September 12, 2017June 18, 2025java Collection framework, java tutorials for selenium, java tutorials for webdriver, Selenium 2, selenium webdriver tutorial

Java Hashtable Class

Hashtable Class implements Map, Cloneable and Serializable interfaces and also extends Dictionary class. It maps keys to values in table format. Every […]

October 2, 2016June 18, 2025java Collection framework, java tutorials for selenium, java tutorials for webdriver, Selenium 2, selenium tutorial, selenium webdriver

HashSet in Java Collection Example

HashSet is a class of collection framework which extends AbstractSet class and implements the Set interface. HasSet doesn’t guarantee that elements order […]

September 25, 2016June 18, 2025java Collection framework, java tutorials for selenium, java tutorials for webdriver, Selenium 2, selenium tutorial, selenium webdriver

Java LinkedHashSet Class

LinkedHashSet Class extends extends HashSet class and Implements Set interface in collection interface hierarchy. LinkedHashSet implementation differs from HashSet as it maintains doubly-linked list running […]

September 22, 2016June 18, 2025java Collection framework, java tutorials for selenium, java tutorials for webdriver, Selenium 2, selenium tutorial, selenium webdriver

Java Set Interface And Methods

Set is one of the collection framework interface which extends root Collections interface. Set collection can not contain duplicate elements. Set interface […]

September 16, 2016June 18, 2025java Collection framework, java tutorials for webdriver, Selenium 2, selenium webdriver tutorial

Java Deque Interface

Deque is one of the collection interface which extends Queue interface. Deque is linear collection which allow us to add and remove […]

September 14, 2016June 18, 2025java Collection framework, java tutorials for webdriver, Selenium 2, selenium webdriver tutorial

Java PriorityQueue Class

PriorityQueue Class is one of the collection framework class which implements Queue, Serializable, Iterable and Collection interfaces. It is using natural ordering […]

August 31, 2016June 18, 2025java Collection framework, java tutorials for selenium, java tutorials for webdriver, Selenium 2, selenium webdriver tutorial

Java ArrayList Class

ArrayList class is sub class of collection interface which implements to List interface. ArrayList class provides resizable-array so it can grow automatically […]

  • How to Perform Drag and Drop in Playwright
  • How to Upload Files in Playwright – Complete Guide
  • How to Clear Input Text Field Value in Playwright: 4 Ways
  • How to Press Keys in Playwright: Quick Guide
  • How to Focus on an Element Using Playwright

              
  • About Us
  • Contact Us
  • Terms of Service
  • Privacy Policy
© 2025 Software Testing Tutorials. Proudly powered by Sydney