To demonstrate the functionality of a code, which method can be used to introduce delays and ensure expected behavior?

a. Implementing random number generation
b. Adding print statements for debugging
c. Incorporating sleep() calls
d. Utilizing conditional statements

Which programming feature can potentially lead to the starvation problem in a multithreaded environment?

a. Exception handling
b. Sleep() calls
c. Parallel processing
d. Synchronized blocks