Java Puzzler - In The Loop
2:51
Жыл бұрын
Пікірлер
@kirankumarmandarapu9609
@kirankumarmandarapu9609 2 күн бұрын
Boss, Runnable is synchronous where as Callable is asynchronous you forgot main difference
@tusharborse4677
@tusharborse4677 3 күн бұрын
Thanks Man..This is really helpful session.
@VivekYadavxWF
@VivekYadavxWF 5 күн бұрын
will you upload any other videos as well? or it is the end of IICS playlist?
@TechStack9
@TechStack9 5 күн бұрын
Planning to make more. Please stay tuned.
@DeepakJindal07
@DeepakJindal07 5 күн бұрын
public static void verifyLinks(String websiteLink) throws IOException, URISyntaxException { URI uri = new URI(websiteLink); if (!uri.toString().startsWith("javascript:")) { URL url = uri.toURL(); if (url.getProtocol().equalsIgnoreCase("http") || url.getProtocol().equalsIgnoreCase("https")) { HttpURLConnection connection = (HttpURLConnection) url.openConnection(); connection.setConnectTimeout(5000); connection.connect(); // Verify Response code if (connection.getResponseCode() >= 400) { System.out.println(websiteLink + " - " + connection.getResponseMessage() + "is a broken link"); } // Fetching and Printing the response code obtained else { System.out.println(websiteLink + " - " + connection.getResponseMessage()); } // Disconnect URL Connection connection.disconnect(); } } }
@pavanrajchavan457
@pavanrajchavan457 6 күн бұрын
This is the best video i got to resolve this issue. Thanks.
@HemantGautam-j5g
@HemantGautam-j5g 12 күн бұрын
Error 1069: This service did not start due to a logon failure..... I faced this error when I am installing secured agent on Windows 11.. cloud please let me know sir how can I fixed this issue..
@TechStack9
@TechStack9 12 күн бұрын
This issue usually occurs when the user account credentials for the service are incorrect. Double check it. If you are unsure, I suggest you to change the password and update the same for the secure agent in services, restart the secure agent and try.
@QuratZahid-q1o
@QuratZahid-q1o 12 күн бұрын
Thank you so much, sir! AutoIT is really working, and I found a solution with your help:)
@TechStack9
@TechStack9 12 күн бұрын
Glad that it was helpful. Please share to your friends and relatives!!
@haneef3017
@haneef3017 17 күн бұрын
Iics pls explain admin activities
@anilmaurya55
@anilmaurya55 20 күн бұрын
this playlist is very very good sir..
@adarshranjan9629
@adarshranjan9629 20 күн бұрын
thank you sir, working
@adarshranjan9629
@adarshranjan9629 20 күн бұрын
i am using selenium 4.25.0 with jdk11, still i am getting that warning- chrome (Version 129.0.6668.71)and edge(Version 129.0.2792.52 ) are updated Sep 25, 2024 6:16:02 PM org.openqa.selenium.devtools.CdpVersionFinder findNearestMatch WARNING: Unable to find CDP implementation matching 129 Sep 25, 2024 6:16:02 PM org.openqa.selenium.chromium.ChromiumDriver lambda$new$5 WARNING: Unable to find version of CDP to use for 129.0.2792.52. You may need to include a dependency on a specific version of the CDP using something similar to `org.seleniumhq.selenium:selenium-devtools-v86:4.25.0` where the version ("v86") matches the version of the chromium-based browser you're using and the version number of the artifact is the same as Selenium's.
@ChandanKumar-xd1tg
@ChandanKumar-xd1tg 21 күн бұрын
Super explain
@allmighty2000
@allmighty2000 24 күн бұрын
Good explanation but why it was introduced ? I mean why Java internally binds the serialisation and deserialization process with unique ID ?
@TechStack9
@TechStack9 23 күн бұрын
To ensure that objects can only be deserialized if their class definition remains compatible with the version that was serialized, avoiding potential errors or corrupted data during deserialization.
@pragatijaiswal5126
@pragatijaiswal5126 25 күн бұрын
Thanks a lot your video has actual fixes provided...all other videos is just about importing jar files...how much ever I wanted to thankyou is less only
@TechStack9
@TechStack9 25 күн бұрын
Glad that the video was helpful. Please share to your friends and relatives.
@PriyankaKhichi-j3v
@PriyankaKhichi-j3v 26 күн бұрын
Thank you so much, @TechStack9! I had been struggling with this for two days, and I finally resolved it.
@ForUBorn
@ForUBorn 29 күн бұрын
Thank you for resolving my doubt on "Admin" login requirement issue and resolution.
@TechStack9
@TechStack9 29 күн бұрын
Glad that it was helpful !! Please share it to your friends and relatives.
@lovenagpal.6504
@lovenagpal.6504 Ай бұрын
wasted 3hrs then found your video
@yogeshchugh6711
@yogeshchugh6711 Ай бұрын
Thanx for this video, it's very informative 😊😊😊
@ajinkyasonavane7420
@ajinkyasonavane7420 Ай бұрын
Thank you 🙏 I am getting so confused about that dash which comes above that URL. And no body get that dash who performed broken link program on KZbin, so i get so confused and it takes two days for me. And after 2 day i found your video and my program also run 😅😅😅😅 Thanks Here i get that dash after new key word and on the URL:- URL url= new URL(strURL);
@rohitmore3464
@rohitmore3464 Ай бұрын
Sir , to import WebDriver and ChromeDriver ,Autofixes nahi aa rahe hain selenium ki taraf se eclipse main kaya kree
@TechStack9
@TechStack9 Ай бұрын
In eclipse, you can try placing cursor on error class or interface and press CTRL + SHIFT + O (Organize Imports) to import packages automatically.
@rohitmore3464
@rohitmore3464 Ай бұрын
@@TechStack9 thanku so much sir🙌🏻❤️
@spmchess
@spmchess Ай бұрын
15000 rs coaching waste. your best. Iam watching previous video also. Thankyou.
@TechStack9
@TechStack9 Ай бұрын
Glad that you liked the video !! Please share it to your friends and relatives.
@sunrisershyderabad-i3y
@sunrisershyderabad-i3y Ай бұрын
fu*king awesome dude
@vinaybhat4802
@vinaybhat4802 Ай бұрын
I was looking for the solution, finally I found it. It worked for me.Thanks
@Sulficharioteer
@Sulficharioteer Ай бұрын
Thank you
@saritham5350
@saritham5350 2 ай бұрын
Best explanation ❤...Thank you sir
@sadafchannel9978
@sadafchannel9978 2 ай бұрын
nice explanation for beginners its really easy and acceptable! my small request is please upload much more based on iics topics mostly used
@TechStack9
@TechStack9 2 ай бұрын
@@sadafchannel9978 Sure !! Thanks for the feedback.
@SrikanthPasam-wb9fz
@SrikanthPasam-wb9fz 2 ай бұрын
It takes 1 day to free from that error i tried many ways but at the time of i loss my intrest ur lecture helps me alot..Thank you
@TechStack9
@TechStack9 2 ай бұрын
Glad that the video was helpful. Please share to your friends and relatives.
@rohitdapure144
@rohitdapure144 2 ай бұрын
The Best explanation
@nk-hu7pt
@nk-hu7pt 2 ай бұрын
very helpful video thank you
@TechStack9
@TechStack9 2 ай бұрын
Glad that it was helpful. Please share to your friends and relatives.
@prajaktamule7614
@prajaktamule7614 2 ай бұрын
thank you so much its work i am trying from morning to solve this problem then i saw your video and its work properly thanks
@TechStack9
@TechStack9 2 ай бұрын
Glad that it was helpful !! Please share to your friends and relatives.
@raquelcosta8959
@raquelcosta8959 2 ай бұрын
I was banging my head against the wall for far too long already! Thank you so much.
@TechStack9
@TechStack9 2 ай бұрын
@@raquelcosta8959 Glad that it was helpful !! Please share to your friends and relatives.
@techyrd
@techyrd 2 ай бұрын
Thank you very much bro....
@TechStack9
@TechStack9 2 ай бұрын
Glad that you liked it !! Please share to your friends and relatives.
@sabarinathannallusamy5489
@sabarinathannallusamy5489 2 ай бұрын
For simple maven project run means what are jar we need to download for maven depending?
@TechStack9
@TechStack9 2 ай бұрын
<dependency> <groupId>io.github.bonigarcia</groupId> <artifactId>webdrivermanager</artifactId> <version>5.9.1</version> </dependency>
@sabarinathannallusamy5489
@sabarinathannallusamy5489 2 ай бұрын
Thanks for reply me sir
@DJMANUTH
@DJMANUTH 2 ай бұрын
superb I am from Sri lank
@martinbeckLXS
@martinbeckLXS 3 ай бұрын
Hi, I don't understand why char array at the end print out unreadable characters? Thank you!❤
@jayasudharamadass6280
@jayasudharamadass6280 3 ай бұрын
Worked like a magic, Thank you so much!
@TechStack9
@TechStack9 2 ай бұрын
Glad it helped ! Please share it to your friends and relatives.
@saumyojitdas4212
@saumyojitdas4212 3 ай бұрын
the last function will pass right ? as the compare to will return -ve no
@mssaran4733
@mssaran4733 3 ай бұрын
How to deal with array out of bounds while loading chrome driver with java
@swasthikbhatt9833
@swasthikbhatt9833 3 ай бұрын
thank you
@pavanbikumandla786
@pavanbikumandla786 3 ай бұрын
Good one bhayya
@Toon_Toon_Masti
@Toon_Toon_Masti 3 ай бұрын
Thank u for helpful information
@nileshambhore182
@nileshambhore182 3 ай бұрын
Where are you from
@nileshambhore182
@nileshambhore182 3 ай бұрын
Thank You, solve my issue
@RIJZkivinesss
@RIJZkivinesss 3 ай бұрын
thank you very much bro i paid for course but there also dont have solution but you have hatts of you bro
@mefirstcse2091
@mefirstcse2091 3 ай бұрын
Hi sir...can u explain about java oops...when,where to apply extend, implement ect
@TechStack9
@TechStack9 3 ай бұрын
Sure. Will plan.
@atlanticoceanvoyagebird2630
@atlanticoceanvoyagebird2630 3 ай бұрын
Thank you Sir for your kind presentations of this valuable materials which helps me in understanding this process.
@TechStack9
@TechStack9 3 ай бұрын
Glad that you liked the video !! Please share it to your friends and relatives!!
@karthikeyansekar8824
@karthikeyansekar8824 3 ай бұрын
trying for last 6 hours but can't identify the issue. then i seen this video which is really great !! thank you.
@TechStack9
@TechStack9 3 ай бұрын
Glad it helped
@snehalatha3433
@snehalatha3433 3 ай бұрын
Sir, showing below error while trying to run the program "Editor does not contain a main type". Can you please explain how to solve this?
@TechStack9
@TechStack9 3 ай бұрын
Can you check if you have main method defined in your class. Ensure it has a public static void main(String[] args) method defined within the class. This is the signature for the main method where the execution starts from.
@snehalatha3433
@snehalatha3433 3 ай бұрын
​@@TechStack9yes sir, It has the main method but still showing error
@-np9k
@-np9k 4 ай бұрын
Thank you sir🎉
@SandraRodriguezDominguez-ui4cg
@SandraRodriguezDominguez-ui4cg 4 ай бұрын
hi! someone could help me? I have been having the same problem for a week now. When I install the secure agent the first time it works, but then when I change the permissions to administrator and put my windows password, it does not start again, it stops all the time. (Microsoft Windows 11 Pro)
@TechStack9
@TechStack9 3 ай бұрын
1. Ensure that the directory where the Secure Agent is installed has the correct permissions. The user running the Secure Agent should have full control. 2. As a temporary measure, you can try running the service using the Local System account to see if it starts correctly. If nothing works, Uninstall the Secure Agent completely and reinstall it. During the installation, right-click the installer and choose "Run as administrator".
@BalajiKale-uo5kw
@BalajiKale-uo5kw 4 ай бұрын
Sir I have Chrome browser 125 version so for this it shows, "If you are using Chrome version 115 or newer, consult the Chrome for Testing availability dashboard. This page provides convenient JSON endpoints for specific ChromeDriver version downloading." So how to resolve this issue to get executable browser? plz provide ur nmbr or mail to get help.