Forwarded from CodeRepublics
Open WebCam using Python. @coderepublics
Forwarded from K D
Quiz 18: Which of the following creates a List of 3 visible items and multiple selections abled?
Anonymous Quiz
11%
new List(false, 3)
64%
new List(3, true)
20%
new List(true, 3)
6%
new List(3, false)
Forwarded from K D
Quiz 19: What is the difference between services and thread in android?
Anonymous Quiz
57%
Services performs functionalities in the background. By default services run on main thread only
15%
Thread and services are having same functionalities.
21%
Thread works on services
7%
None of the above
Forwarded from K D
Quiz 20: Which of the following is a valid long literal?
Anonymous Quiz
19%
ABH8097
26%
L990023
22%
904423
33%
0xnf029L
Forwarded from K D
Quiz 21: In which of the following tab an error is shown?
Anonymous Quiz
19%
CPU
21%
Memory
29%
ADV Logs
32%
Logcat
Forwarded from K D
Quiz 22: Which of the following variables takes precedence over the others if the names are the same?
Anonymous Quiz
46%
Global Variable
40%
The Local Element
11%
The two of the above
3%
None of above