Thanks for the video and need one clarification based on above video ( Video : 13 to 16 min ) , If we want to run our test cases in parallel then need to use String Builder ( it is not thread safe and not synchronized ) or String Buffer. hope we can use string builder instead of string buffer for parallel exe. Please Confirm.
Thank You so much Rahul for this clear cut explanation. ❤
Thank u so much for this video sir.. It really helped in my interviews..
Thanks for posting this kind of videos, it’s helped a lot.
Please make a vedio on selenium and Java programs also
line 8 --> immutable
Thanks for the video and need one clarification based on above video ( Video : 13 to 16 min ) , If we want to run our test cases in parallel then need to use String Builder ( it is not thread safe and not synchronized ) or String Buffer. hope we can use string builder instead of string buffer for parallel exe. Please Confirm.
Use StringBuffer for Concurrent/Parallel execution of tests.. 😊
Good.