My Careers
Learning Notes
Tuesday, 8 July 2025
POST API Automation Java using okhttp
›
=========== <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> ...
Get API Java Automation using okhttp
›
========= <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> ...
Wednesday, 15 May 2024
How to implement AI in selenium automation testing
›
Implementing AI in Selenium automation testing can enhance the testing process by adding intelligence to your tests, such as smarter element...
Java Stream Filter
›
1) Display the string which is matched with condition by using stream. import java.util.ArrayList; import java.util.List; public class javaS...
Java Stream Sorted
›
1) Sort number in given integer using stream in ascending order import java.util.ArrayList; import java.util.List; public class javaStreamEx...
public static void main(String[] args) explanation
›
public is an access modifier main() declared as globally available JVM can invoke from outside class static JVM can invoke without creating ...
Difference between Java Stream Map and Java Stream Filter
›
Java stream filter - Filter used to filter the data and always returns the boolean value. If its return is true then it will be added to the...
›
Home
View web version