programming languages Online Quiz - 188
Description: programming languages Online Quiz - 188 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
What are the steps involved in developing an RMI object?
What is the output of following piece of code ? int x = 2; switch (x) { case 1:System.out.println(”1?); case 2: case 3:System.out.println(”3?); case 4: case 5:System.out.println(”5?); }
Which of the following are true?
How many number of models are there in MVC architecture?
What is the role of Servlet in MVC architecture?
Which of the following statements are true?
How do we comment a line in a jsp
Constructors are used to
After the following code fragment, what is the value in a? String s; int a; s = "Foolish boy."; a = s.indexOf("fool");
The method setLabel can be used with what type of Object?
Given the following statement: huey.setDouble(8.0*32.2+1.0); What must be the data type of huey?
A stack follows
A queue follows
Break statement cannot be used in a