I want to know the definition and meaning of word Synchronous and Asynchronous.Can any one explain me these topics I will be really appreciate.
            Asked
            
        
        
            Active
            
        
            Viewed 4,037 times
        
    1 Answers
4
            Synchronous : will run in the same thread.
Asynchronous: will run in a different thread.
 
    
    
        Augusto Carmo
        
- 4,386
- 2
- 28
- 61
- 
                    Thanks Augusto .............. – Raghav Aug 27 '16 at 15:52
- 
                    1Please don't post link only answers to other Stack Overflow questions. Instead, vote/flag to close as duplicate, or, if the question is not a duplicate, *tailor the answer to this specific question.* – Blue Aug 27 '16 at 16:02
