subject

Need help pls public class TestThread extends Thread { private static int x;
public synchronized void doSomething () {
int current = x;
current++;
x = current;
}
public void run() {
doSomething();
}
}

Which statement is
true?
Select one:

a. Declaring the doSomething() method as static would make the class thread-safe

b. Synchronizing the run() method would make the class thread-safe

C. The data in variable "X" are protected from concurrent access problems

d. Compilation fails
e. An exception is thrown at runtime

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 09:00
Meenu wants to create a high quality drawing in a variety of colours. which device should she use for the same?
Answers: 1
question
Computers and Technology, 22.06.2019 16:20
It policy compliance and emerging technologies respond to the following: propose at least three control measures that organizations need to put in place to ensure that they remain complaint with emerging technologies and in a continually changing it environment. examine the correlation of effective configuration management and change control procedures to remain compliant with emerging technologies and it security changes.
Answers: 2
question
Computers and Technology, 23.06.2019 14:30
Select the correct answer. what does it indicate when a website displays https instead of http? a. the website is secure. b. there is no secure sockets layer. c. the secure sockets layer is hidden. d. the website is not secure.
Answers: 1
question
Computers and Technology, 23.06.2019 20:00
Match the file formats with the types of multimedia they can store
Answers: 2
You know the right answer?
Need help pls public class TestThread extends Thread { private static int x;
public synchroniz...
Questions
question
Mathematics, 18.02.2021 21:00
question
Mathematics, 18.02.2021 21:00
Questions on the website: 13722361