What are the locators?
2:39
6 ай бұрын
What is the Java String Pool?
2:29
What's Wrong With My Resume?
7:12
JOIN OUR BEST JAVA SDET BATCH EVER
3:04
Пікірлер
@valeriysyutkin4940
@valeriysyutkin4940 Күн бұрын
The best Java instructor EVER!!!! Thank you Muhtar!
@nabinbudhathoki4402
@nabinbudhathoki4402 5 күн бұрын
Companies usually asking these program to solve in java 8 rather than traditional approach.
@ivanq4318
@ivanq4318 8 күн бұрын
what if in the string we have not "A1B2", but "12AB" and need to sum up as 12 plus other numbers from the string, instead of summing up as 1+2+ etc. Can we apply same method?
@nycolleamaral581
@nycolleamaral581 Ай бұрын
thanks<3
@joelarge4674
@joelarge4674 Ай бұрын
Amazing video!! Thank you, brother, for the video. Really helpful for my test!
@SultanaBekzada-xv4gs
@SultanaBekzada-xv4gs 2 ай бұрын
I am very happy to hear your experience,I start CYDEO I wish one day I learn and finish successfully inshallah🥹
@mrnobody4365
@mrnobody4365 2 ай бұрын
simple and clean. Thank you.
@-YasinSahin
@-YasinSahin 2 ай бұрын
Thank You
@-YasinSahin
@-YasinSahin 2 ай бұрын
Done is better than perfect. This is today's best advice so far..
@zoomzoomer7218
@zoomzoomer7218 2 ай бұрын
what program do you use to code?
@ManivannanBeat
@ManivannanBeat 2 ай бұрын
Duplicate words from string using Java 8. Could you please make it.?
@vlog_with_SK
@vlog_with_SK 2 ай бұрын
how to hunt remote job and what are requirement as java developer
@vlog_with_SK
@vlog_with_SK 2 ай бұрын
duplicate word remove question
@ayjamalruzi7675
@ayjamalruzi7675 2 ай бұрын
👍
@coolcoder4249
@coolcoder4249 3 ай бұрын
Nice, you did it🙌
@user-fp4qn7bu6y
@user-fp4qn7bu6y 3 ай бұрын
You really explained it simple & great
@user-cp3js2oy9c
@user-cp3js2oy9c 4 ай бұрын
Best best best instructor ever!!!!
@julieistyak6124
@julieistyak6124 4 ай бұрын
thank you Aysun🌹
@julieistyak6124
@julieistyak6124 4 ай бұрын
thank you Muhtar!
@gozdediri7846
@gozdediri7846 5 ай бұрын
You are the best Cydeo & Muhtar!
@mohammadsuhail1371
@mohammadsuhail1371 5 ай бұрын
Thanks for teaching, there is another simplest way of doing this using enhanced for loop here it is String name = "india"; String unique = ""; char[] charArray = name.toCharArray(); for (char c : charArray) { if (name.indexOf(c) == name.lastIndexOf(c)) { unique += c; } } System.out.println(unique);
@sultanabekzada5710
@sultanabekzada5710 5 ай бұрын
Hi sir I want to start CYDEO IT ,I don’t have so much experience about the work and also my English and maths also not good what is your advice for me ?please reply for me.
@ldpenrose
@ldpenrose 6 ай бұрын
StringBuilder might be a bit more efficient.
@exorbitantexperience6481
@exorbitantexperience6481 6 ай бұрын
You didn't really gives us a demonstration. You just talked.
@fakhriamarouf85
@fakhriamarouf85 6 ай бұрын
Can you please explain,tell me about your project ? interview question
@hayatman4106
@hayatman4106 6 ай бұрын
How much does it cost per a month?
@yorumcuday6968
@yorumcuday6968 7 ай бұрын
Selenium locators❤
@alkakasbe7623
@alkakasbe7623 7 ай бұрын
Good
@phattran377
@phattran377 7 ай бұрын
amazing simple but performance
@ib4366
@ib4366 8 ай бұрын
Watching people succeed is so inspiring.
@eliseyuw
@eliseyuw Ай бұрын
Especially when it's true stories and not paid actors, no?
@gamzegamze2857
@gamzegamze2857 8 ай бұрын
Hello Saim can u pls solve this question " Given an array of 3 characters , print all permutation combinations from the given characters" . can u pls elaborate the recursion
@gamzegamze2857
@gamzegamze2857 8 ай бұрын
Hi Muhtar can u pls solve this question " Given an array of 3 characters , print all permutation combinations from the given characters" . can u pls elaborate the recursion
@anne7173
@anne7173 8 ай бұрын
That was so good for me, Thank you.
@CYDEO
@CYDEO 8 ай бұрын
So glad!
@deryabute6794
@deryabute6794 8 ай бұрын
Thanks a lot
@Ahmad_B_Kakar
@Ahmad_B_Kakar 8 ай бұрын
Your amazing @Muhtar
@mehmetcebe1386
@mehmetcebe1386 8 ай бұрын
fluent and beautiful English
@OmerrickRose
@OmerrickRose 8 ай бұрын
Maybe you should cover test types for the next video.(regression, smoke etc.)
@aysecebe8248
@aysecebe8248 8 ай бұрын
Very clear🙏
@zafer9424
@zafer9424 8 ай бұрын
Congratulations, you used a very simple and understandable language. I hope many listeners benefit from your KZbin channel.
@user-bn6qb4fw1r
@user-bn6qb4fw1r 9 ай бұрын
Hi Muthar.Could you do an example of finding the second highest number of an int Array? This was actually one interview question. I would like to see your approach not using Collections.sort(), and not using Integer.MIN_VALUE.
@zafer9424
@zafer9424 9 ай бұрын
Thank you Mr. Nadir.
@toufiq594
@toufiq594 9 ай бұрын
Need more information
@toufiq594
@toufiq594 9 ай бұрын
Hi, Qasem
@CYDEO
@CYDEO 8 ай бұрын
Hey Toufiq : )