Trending Parallel Programming Discussions

Follow

Ask the Community


Ask any professional question and get answers from other specialists.

Stream language
Default profile image
Question added by Deleted user
10 years ago
Answers:
1
Followers:
Views:
577
Vote Count:
1
Answer should contain a minimum of 25 characters.
Default profile image
Question added by Deleted user
10 years ago
Answers:
1
Followers:
Views:
187
Vote Count:
1
Answer should contain a minimum of 25 characters.
Yazan Shakhshir's image
Question added by Yazan Shakhshir Employee MMS - Software Solutions
7 years ago
Answers:
2
Followers:
Views:
7
Vote Count:
0
Answer should contain a minimum of 25 characters.
Muhammed Sallout's image  
Answer added by  Muhammed Sallout, Technology Development Manager, GLORY TECHNOLOGY
10 years ago

Parallelism is one form of Concurrency, where Concurrency means, that task A and task B both need to happen independently of each other, and B starts before A is finished ... See More

MUKESH KUMAR's image  
Answer added by  MUKESH KUMAR
6 years ago

if you are a quick lerner so i think it easy to manage both language.so my suggestion is if you are learn c++,so it is good for learning java.

Shafi Ahmad's image  
Answer added by  Shafi Ahmad, Principal Software Engineer, Microsoft India Pvt Ltd
6 years ago

If you are good in C++, you can be a mater in Java but reverse may not be true. So my suggestion is to focus on C++. Good Luck. 

Daanish Rumani's image  
Answer added by  Daanish Rumani, Product Manager, Publicis Sapient
10 years ago

It actually depends on the nature of the program. If the program itself is single threaded then the expected gain is zero. In general if you have n parallel threads in yo ... See More