- Видео 163
- Просмотров 1 998
Prashant Mahajan
Добавлен 5 май 2010
Видео
Find the closest:smallest difference between 2 array elements
Просмотров 9День назад
Find the closest:smallest difference between 2 array elements
Find the common elements between 2 arrays
Просмотров 26День назад
Find the common elements between 2 arrays
Find the duplicates in an integer array
Просмотров 1314 дней назад
Find the duplicates in an integer array
Find the sum of digits of a given number
Просмотров 614 дней назад
Find the sum of digits of a given number
Find if a given number is prime or not
Просмотров 914 дней назад
Find if a given number is prime or not
Java Program to reverse an array or string
Просмотров 1614 дней назад
Java Program to reverse an array or string
count the number of characters in a given String
Просмотров 114 дней назад
count the number of characters in a given String
HashMap count the number of characters in a given String
Просмотров 1114 дней назад
HashMap count the number of characters in a given String
count the number of characters in a given String
Просмотров 15914 дней назад
count the number of characters in a given String
31 adding enum in category element of annotation
Просмотров 42Месяц назад
31 adding enum in category element of annotation
1 Java program to print Even length words in a String
Просмотров 13Месяц назад
1 Java program to print Even length words in a String
25 ImethodInterceptor using excel utils and screenshot utils
Просмотров 132 месяца назад
25 ImethodInterceptor using excel utils and screenshot utils
24 addingscreenshots, override reports
Просмотров 82 месяца назад
24 addingscreenshots, override reports
Rainah…. sends her love ❤❤❤
Aur kya chalra...
Omg wow. Kya awaaz hai eligible bachelor ki... ladies are waiting 💦💦💦💦💦
Bhai you are pro and this video is very helpful
Thanks Snehashish!🙂
One issue that you can face is NullPointer exception that comes when you have more rows. Sometimes even the empty rows are counted hence, it would throw that exception. So solution is to delete those rows and then save it and paste in your framework location from where you are fetching excel data. One more issue can be faced is that you can get error on the get cell value function and that could be because you did not add an apostrophe before the numerals, so check that!
The issue was that I had intialised the extent two times. So in the ExtentReport class just replace the code at line 19 and write private static ExtentReports extent; intstead of private static ExtentReports extent = new ExtentReports();
Also, HashSet Class is not synchronised like hashMap, which means it is not thread-safe, hence faster and it does not maintain the insertion order. Best approach for search operations.
Thank you for this tutorial! Dark theme will look better though. 🥲
Glad you liked it! I will apply dark theme in upcoming videos. Happy learning!