Showing posts with label OS PRACTICAL. Show all posts
Showing posts with label OS PRACTICAL. Show all posts

OPERATING SYSTEM (PRACTICAL-2 (in java))


OPERATING SYSTEM (PRACTICAL-2 (in java))
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))


OPERATING SYSTEM (PRACTICAL-2 (in c))
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 »