Index

Java Concepts

  • 01. What is an Object Oriented Programming(OOP) in Java?
  • 02. Object Oriented Programming Concepts in Java
  • 03. Types of Inheritances in Java
  • 04. What is polymorphism in programming?
  • 05. Method Overloading in Java with examples
  • 06. Method overriding in java with example
  • 07. Difference between method Overloading and Overriding in java
  • 08. Abstract vs Concrete methods in java
  • 09. Abstract Classes and Methods in Java
  • 10. What is encapsulation in Java ?
  • 11. Usage of Static class - New!
  • 12. Usage of Static block - New!
  • 13. Usage of static method - New!
  • 14. Usage of Static Variables - New!
  • 15.Final Keyword In Java – Final variable, Method and Class - New!
  • 16. What is an Interface and how to implements & extend the interfaces? - New!
  • Java_Interview_Questions

  • 01. Static Keyword
  • 02. Exceptions
  • 03. Java Collections
  • 04. Constructor Questions
  • 05. Inheritance Questions
  • 06. Method Overloading and Overriding Questions
  • 07. Final Keyword Questions
  • 08. Abstraction and Interface Questions
  • 09. Garbage Collection Questions
  • 10. Multi Threading Questions
  • Java_Interview_Scripts

  • Count the number of occurrences of a character in a String?
  • Check armstrong number or not
  • Fibonacci series using recursion and non recursive in java
  • Find the Factorial of Given Number in java
  • How to Add elements to hash map and Display?
  • How to find largest element in an array with index and value using array?
  • Is it possible to print message without using system.out.println?
  • Java Program for Binary Search
  • Java Program for Bubble Sorting
  • Java Program for Linear Search
  • Java Program for Prime Number
  • Java Program for Selection Sort
  • Java Program to Swap two numbers without using third variable in java
  • Java Program to find sum of digits with and without using recursion.
  • Java program to remove duplicate elements from an arraylist without using collections (without using set)
  • Palindrome program in java using for loop
  • Print numbers in pyramid shape
  • Program to convert binary to decimal number.
  • Program to find perfect number or not
  • Reverse a string without using string function in java
  • Reverse number program in java
  • Sort the string using String Methods?
  • Sorting string without using string Methods?
  • write a program to create singleton class?
  • Jenkins

  • Selenium integration with Jenkins using Plain Java project - New!
  • Steps for maven build creation in Selenium - New!
  • Upload Selenium Script to GITHUB using Eclipse - New!
  • Selenium

  • 31. How to use implicit wait in selenium webdriver and why?
  • 32. WebDriver Explicit Wait : Wait for element to be clickable in selenium web driver
  • 33. WebDriver Explicit Wait : Text to be present in selenium webdriver
  • 34. WebDriver Explicit Wait :How to wait for alert in webdriver
  • 35. WebDriver Explicit Wait : How to wait till element visible or appear or present on page
  • WebDriver-Examples

  • 05. Highlighting element in selenium webdriver & Handling Unexpected alert
  • 06. Reading Font Properties In Selenium WebDriver Using .getCssValue() Method
  • 07. Generating Mouse Hover Event On Main Menu To Click On Sub Menu
  • 08. Page Scroll different ways using Selenium WebDriver
  • 09. Extracting All Links From Page
  • 10. Read CSV Files Using Selenium Webdriver
  • 11. Read excel file in selenium using JExcel
  • 12. Read/Write excel files in Selenium using Apache POI
  • 13. How to Generate XSLT Report in Selenium Webdriver
  • 14. Object Repository in Selenium Webdriver
  • 15. Handling Basic Authentication Using Webdriver
  • 16. Handling web tables in Selenium Webdriver
  • 17. Simulate pressing of Multiple Keys (using chord)
  • 18. Handling HTTPS sites Or Handling Security Certificate Errors using Selenium WebDriver
  • 19. isDisplayed vs isEnabled
  • 20. Get Values from Dropdown
  • 21. Select Month from Birthday field in Gmail registration page (New UI)
  • 22. Accessing Form Elements - Overview
  • 23. Selecting a date from Datepicker using Selenium WebDriver
  • 24. Handling iFrames using Selenium Webdriver
  • How to Handle IFrame / IFrames with Selenium WebDriver - New!
  • WebDriver-Maven

  • 01. Setup of Selenium Webdriver with Maven build tool
  • WebDriver-TestNG

  • 04. TestNG Simple Search Example
  • 05. TestNG - Scripts to run for Multiple Browers
  • 06. TestNG Annotations – Hierarchy or Levels
  • 07. TestNG - Grouping
  • 08. TestNG – Dependent Test
  • 09. Passing Parameters Through testng.xml and @Parameters annotation
  • 10. Passing “Optional” Parameters Through testng.xml and @Parameters annotation