Ruby Online Quizzes - Section 8
1. Which of the following is valid conditional statement in Ruby? 1. elseiff 2. elseif …
1. Which of the following is valid conditional statement in Ruby? 1. elseiff 2. elseif …
1. What is the use of else statement? 1. When the if condition is false and if else condition is true t…
1. The following syntax is correct for if conditional statement. if condition code end 1. Tr…
1. What is the name of the program that converts Java byte code into Dalvik byte code? 1. Dex compiler…
1. Which among these are NOT a part of Android's native libraries? 1. SQLite 2. OpenGL…
1. Google licensed some proprietary apps. 1. True 2. False 2. What part of the …
1. Android is licensed under which open source licensing license? 1. Apache/MIT 2. Gnu&…
1. Which of the following holds Java source code for the application? 1. bin/ 2. assets/ …
1. Which is the latest mobile version of android? 1. 3.0 (Honeycomb) 2. 2.6 …
1. Why do we use comments? 1. For later use to understand the working of the program 2. It…
1. Which of the following datatypes are valid in Ruby? 1. Boolean 2. Numbers …
1. Android Is Developed By 1. Apple 2. Google 3. Android Inc 4…
1. How to kill an activity in Android? 1. kill() 2. finishActivity(int requestCode) …
1. What is an interface in android? 1. Interface acts as a bridge between class and the outside world.…
1. Which of the following is the core module of Android for Internet computing? 1. OpenPL 2. S…
1. Which of the important device characteristics that you should consider as you design and develop your application? …
1. You can shut down an activity by calling its _______ method 1. finishActivity() 2. fin…
Our website uses cookies to improve your experience. Learn more
Ok