COPA MCQ Part -8 |
NIMI Mock Test Copa is an online mock testing Web application used for testing the skills of trainees using mock tests. NIMI Mock Test App is an online mock Web application.
1. 1. Difference between budgeted amounts and actual results is classified as
2. Which concept of Java is a way of converting real world objects in terms of class?
3. What will be the output of the following C code?/ #include void main() { int i = 0; while (++i) { printf( H ); } }
4. What will be the output of the following C code?/#include void main() { int i = 0; do { printf( Hello ); } while (i != 0); }
5. What is the type and value of the following expression? (Notice the integer division)/ -4 + 1/2 + 2*-3 + 5.0
6. Which among the following best describes the Inheritance?
7. How many basic types of inheritance are provided as OOP feature?
8. Which among the following best defines single level inheritance?
9. Which among the following is correct for multiple inheritance?
10. Which of these can be overloaded?
11. What is multithreaded programming?
12. Which of these are types of multitasking? system?
13. Thread priority in Java is-
14. Which of these is not abstract?
15. Which of these is not a correct statement?
0 Comments
Leave a Reply...