Prajjawal Banati

Results 6 comments of Prajjawal Banati

I reviewed your PR and noticed that you have simply just copy-pasted the code again and made some changes that will not affect the code in any way. Please note...

Hi @himanshugoyal1065 I created this repository covering the basics of networking through java. So now I wanted others to come forward that what forward changes could we do in the...

Hi @darcikhey27 Yes, I was thinking about making a chat assistant using these concepts. That could be one of the practical applications of the networking concepts

Implementing TCP,IP sockets in java is possible by using the ServerSocket and Socket class. TCP protocol uses sockets for programming in which we make a ServerSocket object that acts as...

They both are different cases to implement low level TCP sockets in java

Hi @slvnyaswanth Thank you for replying on this thread Sure we can start with that. We can start with a real time application which can have a consolidated frontend and...