CodeGym /Java Course /Java Multithreading /Learning to google. How to download videos from the Inter...

Learning to google. How to download videos from the Internet

Java Multithreading
Level 4 , Lesson 10
Available

"Hi, Amigo!"

"Hi, Julio."

"You know, I started following your advice and googled everything you asked for. "It's true that the Internet has a lot of answers, including examples. I also found a cool website: SakOverlow. Or something like that."

"StackOverflow (http://stackoverflow.com/) is the largest website/forum for programmers to help programmers (including beginners!). You'll almost always receive detailed answers to your questions there, with examples included."

"StackOverflow has its own feature to search by topic."

"But you can always use Google to search the website."

"Yeah, I search using Google."

"Heh, heh. Oh, uh, I'm just laughing about something else. In Google's search box, type the following:"

  Example queries
1 site:stackoverflow.com java download file
2 site:stackoverflow.com java upload file
3 site:codegym.cc path of the programmer
4 site:dzone.com java how to download file

"If you want Google to search for something on a specific website, you need to use the prefix 'site:' followed by the name of the website in the search query"

"Here are a few things that you need to find on stackoverflow.com and other websites."

What you need to find: Where:
java string intern stackoverflow.com
java thread state stackoverflow.com
java hashset stackoverflow.com
java string intern dzone.com
java thread state dzone.com
java hashset dzone.com
java string intern oracle.com
java thread state oracle.com
Java home oracle.com
java hashset habr.com
Comments (3)
TO VIEW ALL COMMENTS OR TO MAKE A COMMENT,
GO TO FULL VERSION
阿狼 Level 32, Zhengzhou, China
13 July 2022
d35
Andrei Level 41
9 April 2021
StackOverflow kinda sucks, tbh 😆 I asked 2 questions and both times I received kinda rude responses and my question was closed due to duplicates. But how am I supposed to know my question is a duplicate when the 'original' has completely different wording!? Give a newbie a break! 😆 SOF has many mean people lol. P.S. I got more answers from websites like baeldung, docs.oracle.com (yeah I know! who would've guessed I would start to understand and enjoy this site?), w3schools, geeksforgeeks, javatpoint, jenkov, tutorials.jenkov.com and people on youtube like Programming with Mosh, Derek Banas to name a couple.
Justin Smith Level 41, Greenfield, USA, United States
15 January 2022
They also close questions if the question is "too specific" and they don't think the answer will help the general community. Like... yeah, it's specific, I'm looking for how to solve a CodeGym task!