EmbLogic's Blog

Author Archives: rekha.yadav

THREADS AND SOCKETS

THREADS AND SOCKETS MECHANISMS  INTRODUCTION OF THREADS: Multiple strands of execution in a single program are called threads. All processes have at least one thread. All threads in a program execute simultaneously and perform their function individually. Threads are the … Continue reading

Posted in Project 04: FTP based Client Server using Threads and Sockets | Leave a comment