programming languages Online Quiz - 188
Description: programming languages Online Quiz - 188 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/20
Correct 0
Score 0
‹
›
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 html
How do we comment a line in a jsp
Constructors are used to
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