Posts by Drudi • 1 point
2 posts
-
0
votes4
answers24580
viewsA: Is there a difference between Program, Thread and Process?
Contributing: Process Control Block: one PCB is a structure created by the operating system to manage the processes that are running. The PCB consists of 3 large areas: hardware context, a copy of…
-
-1
votes5
answers1775
viewsA: Why is it bad practice to have int attributes?
This has already been mentioned in the previous answers, but I will point out. In practice, the biggest difference is that a Integer for being null (has no value assigned) and a int is initialized…