Hello Sir, Very neat & clean explanation sir. Thank You sir.
@sdetpavan10 ай бұрын
You are most welcome
@funniiclips11 ай бұрын
Thanks, @sdetpavan to make these tutorials accessible. you made these concepts easy.
@sdetpavan11 ай бұрын
Most welcome!
@Dzahmega3 ай бұрын
thanks sir 👍, i love your explantion , easy to understand, and you provided many examples to make the concept clearer..
@SVRhappy83528 ай бұрын
I was following your videos i am learning this course sir It was very wonderful to understand easy to learn from this video contain information 🎉
@rahulchawla716528 күн бұрын
Sir, your teaching skills are awesome any beginner can learn from your tutorials.
@hrushikeshpurohit2195Ай бұрын
Excellent Sir, Thank you for giving assignments.
@sdetpavanАй бұрын
You're very welcome
@numeshialmapiyasiri10 ай бұрын
Amazing session. Thank you so much sir. Thank you for giving assignments.
@sdetpavan10 ай бұрын
Always welcome
@Abhi_Patil11815 ай бұрын
Your teaching is amazing sir Thank you for this great content ❤
@sdetpavan5 ай бұрын
It's my pleasure
@kirankumarm3404 ай бұрын
Falled in love with your teaching method
@rabiaabbasi1734 ай бұрын
Thank you so much sir for putting efforts for us your'e the best mentor ever.
@sdetpavan4 ай бұрын
Welcome
@rollercoasterlady0.14 ай бұрын
Amazing! Great teacher
@sdetpavan4 ай бұрын
Thanks
@dunethchadeera58384 ай бұрын
Superb explanation ❤❤❤
@srimukhivenkatesh83458 ай бұрын
you are teaching was excellent sir🙏🙏🙏🙏🙏🙏🙏thank you so much
@sdetpavan8 ай бұрын
Welcome
@rollercoasterlady0.14 ай бұрын
You're incredible teacher!!!
@sdetpavan4 ай бұрын
Thanks
@spectruminfo.official527410 ай бұрын
Excellent 🎉🎉🎉🎉🎉
@sdetpavan10 ай бұрын
Thank you
@suriyapraba-vw2cn7 ай бұрын
Thanks 🎉god bless you
@sdetpavan7 ай бұрын
Most welcome 😊
@jaganathpradhan745829 күн бұрын
Good video
@NareshReddyP8 ай бұрын
Excellent Sir
@sdetpavan7 ай бұрын
Thanks
@user-mc6wg7zm8d11 ай бұрын
Sir please make the Playlist completely free. Not just for 24hrs only
@sangqtp11 ай бұрын
Even for members, he is not providing notes.
@maxshono54792 ай бұрын
@@sangqtpnotes is not required ,if u listen his class carefully
@UpparaGovindu-r8p9 ай бұрын
Your teaching is awesome sir I never seen it can you start DSA sir it will help us more sir...please if its possible do it sir...❤❤😊😊
@KrisuParikh8 күн бұрын
thank you
@NiveRaj-t4j6 ай бұрын
Hi sir, your teaching is awesome really is superb and easy to understand ..And one more suggestion pls give that reference link in the description is useful to us sir.
@surbhitiwari312011 ай бұрын
Sir not able to access previous vedios in this playlist.....u told that these are free of cost in ur first vedio...but it is asking for membership
@sdetpavan11 ай бұрын
You can watch it free within 24 hours after uploading the video.
@meeramusle262211 ай бұрын
Ok sir
@HasithKumar-v8v11 ай бұрын
Previous videos are in playlist check it once
@surbhitiwari312011 ай бұрын
@@sdetpavan sir after first vedio I m not able to watch even second vedio
@surbhitiwari312011 ай бұрын
Second vedio u uploaded 2 weeks ago ..but not able to watch till now
@Wandereatstravel11 ай бұрын
Cannot access previous videos, Asking for membership !! May I know how to enroll for membership ?
@kv716511 ай бұрын
Yes please guide us sir
@kothapallyjyothi439711 ай бұрын
we need to click on join button beside subscribe button >>>>> then make payment for membership>> >>access will provide @@kv7165
@kondasaikumar759711 ай бұрын
you have to pay for it Manvitha
@juhibharti31176 ай бұрын
sir can you help me with the array rotation program?
@umaseelam16811 ай бұрын
Thank you so much sir🙏
@sdetpavan11 ай бұрын
Most welcome
@meeramusle262211 ай бұрын
Great sir..
@sdetpavan11 ай бұрын
Thanks
@abhishekvelpula15293 ай бұрын
Hi @sdepavan, I began learning automation testing by watching your videos. Could you please tell me how I can get your code and class notes?
@padmajabehra40356 ай бұрын
am getting error that we should not use break in if loop while using break statement inside the if loop, please help
@SalmanAhmed-p6o2k11 ай бұрын
We're I will get assignments
@VipinKumar-ui4zg6 ай бұрын
Sir i have tried for 2 diminutional array for same code i was getting out put porinted twice; package Practice; import static java.lang.System.out; public class Linear_Search { public static void main(String[] args) { int a[][] = {{1, 2}, {2, 4} , {3, 5}, {5, 6}}; int search_Elemnt = 5; boolean found = false; for (int arr[] : a) { for (int x : arr) if (x == search_Elemnt) { System.out.println("Elemt found" + " " + x); found = true; break; } } if (found==false) { System.out.println("Elemt not found" + search_Elemnt); } } } When i asked chat gpt its says required outer loop why so? Please respond? @SDET- QA
@surajdubey53916 ай бұрын
for testing job how much core java is more than sufficient
@Ishuharshit12311 ай бұрын
Kindly make visible previous videos also sir.
@559_rohan_parikh49 ай бұрын
Assignments link?
@AzimaKeshwani8 ай бұрын
How to sort array with some uppercase and some lowercase for instance ABC and abc.
@teambroofficial25973 ай бұрын
Sir how to get your notes ?? video link??
@adityashastry7107Ай бұрын
YES PLEASE SHARE
@adityashastry7107Ай бұрын
PLEASE PROVIDE THE LINK FOR ASSIGNMENT SOLUTIONS HERE
@saketsumanhello11 ай бұрын
Sir for loop is act like methods?
@jagsam1239 ай бұрын
Can you please add rotate array as well
@kranthikumar547511 ай бұрын
Hi sir,is this possible to join live classes from now onwards as Iam already gone through previous vedios as my level best.
@UpparaGovindu-r8p9 ай бұрын
Start DSA in java sir ....nobody done it in a understanding way sir so....😊
@SalmanAhmed-p6o2k11 ай бұрын
Can anyone explain where I get all notes
@arjunkrishna00669 ай бұрын
sir you have uploaded only 18 classes ,,please upload the rest as well
@harinimandapally551611 ай бұрын
Hi sir,we are unable to access your previous videos can you please share your gpay number to enroll or for membership to join
@kushi_datta8 ай бұрын
package day3; import java.util.Arrays; public class SortingArray { public static void main(String[] args) { // int a[]= {50,20,40,10,100}; int a[]= {5,8,4,3,5,9,2,1,9,4,3,7,9}; System.out.println("Before Sorting:"); System.out.println(Arrays.toString(a)); System.out.println("After Sorting:"); for(int i=0;i
@kushi_datta8 ай бұрын
ok fine...package day3; import java.util.Arrays; public class SortingArray { public static void main(String[] args) { // int a[]= {50,20,40,10,100}; int a[]= {5,8,4,3,5,9,2,1,9,4,3,7,9}; System.out.println("Before Sorting:"); System.out.println(Arrays.toString(a)); System.out.println("After Sorting:"); for(int i=0;i
@nukalasunil724111 ай бұрын
Yes sir asking membeship ..pls give access sir
@komatiguntaharibabu976911 ай бұрын
Hi sir good evening my name is haribabu now I paid the subscription amount but I didn't get access. Can you please check it
@azimadayani23793 ай бұрын
Can u add links
@surajdubey53916 ай бұрын
mainly focus on testing not on core java
@OmprakashReddyLekiReddy11 ай бұрын
Can you please repeat again sir
@annucurious136211 ай бұрын
sir please make the playlist free
@yuvrajparmar011 ай бұрын
👋
@SalmanAhmed-p6o2k11 ай бұрын
Sir can you tell me if I purchase the membership of this chanel,, how long this course will going What was the last topic of this course Because I have to buy membership (plz tell me because I little bit budget problem )