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.
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
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 )
Excellent Sir, Thank you for giving assignments.
You're very welcome
Thanks, @sdetpavan to make these tutorials accessible. you made these concepts easy.
Most welcome!
Hello Sir, Very neat & clean explanation sir. Thank You sir.
You are most welcome
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 🎉
Amazing session. Thank you so much sir. Thank you for giving assignments.
Always welcome
Your teaching is amazing sir Thank you for this great content ❤
It's my pleasure
Thank you so much sir for putting efforts for us your'e the best mentor ever.
Welcome
thanks sir 👍, i love your explantion , easy to understand, and you provided many examples to make the concept clearer..
Falled in love with your teaching method
Sir please make the Playlist completely free. Not just for 24hrs only
Even for members, he is not providing notes.
@@sangqtpnotes is not required ,if u listen his class carefully
You're incredible teacher!!!
Thanks
you are teaching was excellent sir🙏🙏🙏🙏🙏🙏🙏thank you so much
Welcome
Amazing! Great teacher
Thanks
Thanks 🎉god bless you
Most welcome 😊
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.
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...❤❤😊😊
Superb explanation ❤❤❤
Excellent Sir
Thanks
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?
Kindly make visible previous videos also sir.
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
You can watch it free within 24 hours after uploading the video.
Ok sir
Previous videos are in playlist check it once
@@sdetpavan sir after first vedio I m not able to watch even second vedio
Second vedio u uploaded 2 weeks ago ..but not able to watch till now
Excellent 🎉🎉🎉🎉🎉
Thank you
Thank you so much sir🙏
Most welcome
Can you please add rotate array as well
Great sir..
Thanks
Hi sir,is this possible to join live classes from now onwards as Iam already gone through previous vedios as my level best.
PLEASE PROVIDE THE LINK FOR ASSIGNMENT SOLUTIONS HERE
Cannot access previous videos, Asking for membership !! May I know how to enroll for membership ?
Yes please guide us sir
we need to click on join button beside subscribe button >>>>> then make payment for membership>> >>access will provide @@kv7165
you have to pay for it Manvitha
How to sort array with some uppercase and some lowercase for instance ABC and abc.
sir you have uploaded only 18 classes ,,please upload the rest as well
We're I will get assignments
Start DSA in java sir ....nobody done it in a understanding way sir so....😊
sir can you help me with the array rotation program?
for testing job how much core java is more than sufficient
Yes sir asking membeship ..pls give access sir
Assignments link?
am getting error that we should not use break in if loop while using break statement inside the if loop, please help
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
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
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
Sir how to get your notes ?? video link??
YES PLEASE SHARE
Sir for loop is act like methods?
Can anyone explain where I get all notes
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
mainly focus on testing not on core java
sir please make the playlist free
Hi sir,we are unable to access your previous videos can you please share your gpay number to enroll or for membership to join
Can u add links
Can you please repeat again sir
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 )
👋