Комментарии:
Great tutorial ❤️👍🏼
ОтветитьAnyone know what theme he is using?
Ответитьgreat tutorial. learned alot!
Ответитьdoesnt work, doesnt let me run.
Ответитьdoes it work from 2 defferent laptops??
ОтветитьThanks , ı love you bro ❤ 😊
ОтветитьThank you so much! you made it really easy to understand and implement.
Ответитьdoes it implement SSL
ОтветитьHi! I have done the coding, the connections are establishing fine but the output stream and input streams are not being sent or received from server to client, can someone please help?
ОтветитьI dont get more than half what are you saying, but thats pretty interesting
ОтветитьThe client connection probably doesn't close, because you're using .equals("/quit"), maybe the string has white spaces or next line characters which aren't captured by .equals(), .contains() is more useful on that use case
ОтветитьThat was amazing, ty
ОтветитьLove it when errors come up!, this is the real life while programming. So, also we learned how to troubleshoot our own code.
ОтветитьYo this so cool where can i find tutorial like this
ОтветитьPositive. Useful and helpful. Like every video!🤟
Ответитьyou should make more of these java videos! python is cool but java seems cool too!
ОтветитьThank you, I really appreciate the good material, blessings to you and your family of happiness, abundance and good health.
ОтветитьI think that this @override, basically i feel about it that this keyword @override is useless at line 3 because we use override for method that is have some work or some funtion to perform already but in your case the method "run" of the class Runnable just declare it is not performing any function so it looks meaninglessto me, but let meIknow if i mwrong, it would be appreciated😊🥰.
Ответитьcool but who really uses java now man
ОтветитьThank you !! 🙏
ОтветитьThis doesn't work if a user is typing a message while a new one is received from a different client. Please elaborate on how to fix this issue
ОтветитьI'm able to run the server and after connecting with a client and entering the nickname, nothing happens on either end. Any reason why this may be?
ОтветитьHow do I get to this lvl of understanding? Gosh, I feel like I m stuck
Ответитьthx man!
Ответитьcan you help? when running on different devices, it wont connect to server
Ответитьamazing it worked on the localhost but when i try it in two deferent divices (i changed the ip addresses) it doesnt idk why
ОтветитьTo run multiple clients in the IDE:
1. Run the client class
2. Click the down-arrow in the top right corner of Intellij where is says "Client"
3. Click "Edit configurations..."
4. In the "Run/Debug Configurations" dialog, click the "Modify options" arrow and select "Allow multiple instances"
Thank you very much for the video! It was greatly helpful!
Below are IntelliJ macros that could expedite the process for writing the main method and the standard output println method:
- For main method: type 'psvm' then press tab to have the main method written fully
- For System.out.println: type 'sout' then press tab to have the System.out.println method written fully
Can you share the source code?
Ответитьdoes someone know a tutorial for making a gui around this code?
ОтветитьThank you!
ОтветитьIt's weird, I can run the server once, run a client on it. once i shut down the client, i'm not able to hit run on the server again. I think I may be missing something
ОтветитьHow to clean ArrayList after disconnect?
ОтветитьIm getting a real annoying error
Apparently this.client is null
I don't know what that means and google is no help
I respect you a bang
ОтветитьGreat video! Does anyone know if I could share this file to a friend of mine and then we could chat remotely through terminals? Or if anyone knows any tutorials on how to do that? Let's say my friend cannot program so it would be great if he only needs to get a file and make open and connect through the terminal or something.
Ответитьs code plz
ОтветитьThat's pretty cool
ОтветитьSay this in c++ also
ОтветитьTHANKS
ОтветитьWhat program is it?
ОтветитьWeird to see you coding in Java 😂
ОтветитьThis is a lot of fun, thanks!
ОтветитьHope we can get more java videos. Nice!!
ОтветитьConsider making a short maybe 1 hour crash course on JavaScript
ОтветитьGood job dude 😎
ОтветитьHow You Made that with the command pydir in console You go to your python directory or any other
Ответитьhow can I get the code ?
Ответить