Showing posts with label OS PRACTICAL. Show all posts
Showing posts with label OS PRACTICAL. Show all posts
OPERATING SYSTEM (PRACTICAL-2 (in java))
By
smart work
OS PRACTICAL
PRACTICAL-2 Server and client socket program in java Server socket program : import java . io . * ; import java . net . * ; public class Server …
Read more »
OPERATING SYSTEM (PRACTICAL-2 (in c))
By
smart work
OS PRACTICAL
PRACTICAL-2 Server and client socket program in c Server socket program : #include <stdio.h> #include <netdb.h> #include <netinet/in.h> #inc…
Read more »