Socket programming in java | Client Server Program in Java Using netbeans

preview_player
Показать описание
This Video will show Socket programming in java . A Client Server Program in Java Using netbeans. Where client will send the request and server will then respond.
Рекомендации по теме
Комментарии
Автор

Level Hogya bhai love you bhai jan 9 saal bad bhi kam arhy hai ye vedio Allah Ap ko janat main ala mukam ata farmy

axadexe
Автор

Thankyou so much Brother Super Help full, Im a computer science student from indonesia, nice to see you

hdm_vision
Автор

For the multi client chat system you will have to use multiThreading concept, Thread for all user. (this is possible without database also, but if you want to share message multiple times or multiple clients then you must use database connectivity). Hope you will be satisfied.

Omer_Imran
Автор

Thank you, you are a gentleman and scholar

androidpathan
Автор

thank u soo much i learnt something important for my project :)

swethasnh
Автор

Thanks Mohd Imran, the code really helped in making a server.
What should I do if I want to make a multithreaded server, in which many clients can join at one time?

communicatinginforminghelp
Автор

nice and simple for learning socket programming

shantanu
Автор

How can I show the output on a frame textbox instead of the window output like in your example.

Also, instead of inputing the message to the output window as you did, can i input the message to a frame textbox and have it message back to another frame textbox? Please help. Thank you!

markieezsn
Автор

when client sends the msg send port number also with msg to the server. Server will recieve msg as well as port number then server can easily recognize from which client message has come. Hope answer to the question.

Omer_Imran
Автор

what if there is a lot of clients who wants to comunicate between eatch other like the exemple of msn?? (than we'll have a database)

MlleSmahane
Автор

MashaAllah great, May Allah grant you to do best.

Omer_Imran
Автор

In client-server communication in JAVA, Client sends a text file to sever so
1. Error Control
2. Flow Control
3. Congestion Control
Please do let me know..
BR
MU KHAN
BTH niversity SWEDENU

MegaMatiullah
Автор

i am doing video chat
it works fine with text messaging,
but when click on Video button the system shuts down
can you help me to solve this problem?

narayanjoshi
Автор

Server and client chat in java
the server can listen to multiple clients.
all the client know the server host address and port number
when the client creates a socket to the server it cn send send the msg. but when the server wants to respong to this client it dos not know which port to send but it has th ip address of the client and the port from which it sent a msg to the server.
plz help me resolve this problem with one client so i cn use multi threading and incorporate more clients .

manalishah
Автор

Can this code run between two computers???
If yes then what's the procedure as well as the changes(if required) to be done in the program???

aishwaryshukla
Автор

Thank you very much. I learned many things easily.. :)

jibonerayna
Автор

How to send File between two computer over network (Wifi)...?

andreypratama
Автор

I'm having issues with running both programs at the same time  I run the server then the client, but it seems that the server just ends immediately and doesn't read any input from the client.  I'm running it the same way you've shown in the vid (right-click).

dyrokudobane
Автор

Can you give me program for....
Blocking send and receive primitives for message passing in Synchronous environment ..in short for client server chat prog on different machines.

udaygobbur
Автор

Thanks for the video. Could you please show how to send data(image files or docs) between Clients via internet? I want to make a java application using NETBEANS. Please help!! BTW, great video. It surely helped me...

sundaljain