programming languages Online Quiz - 328
Description: programming languages Online Quiz - 328 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/20
Correct 0
Score 0
‹
›
Given the following jsp line select the correct statements:
What will be printed out if this jsp code?
What is the return type of the getLastModified method of HttpServlet?
What statements are correct about the method PageContext.findAttribute(String name)?
Which of the following statements regarding HttpRequest methods are correct?
. Is it true that all tags have a parent tag,which is null for top-level tags, and is the innermost containing tag for nested tags.
Which statements are true about the auth-constraint element?
A class without main method can be compiled successfuly.
Find the output of this program.1. void main(){ float j; j=1000*1000; printf("%f",j); }