More Classes
5th Class
6th Class
7th Class
8th Class
9th Class
10th Class
11th Class
12th Class
NAT I
NAT II
CSS
IQ
General Knowledge
MDCAT
ECAT
GAT General
GAT Subject
Other Links
Go to Home
Online Tests
PPSC Computer Science Chapter 15 Internet Technologies Online Test MCQs With Answers
Question # 1
What method is used to specify a containers layout in JSP.
Choose an answer
Set lay out ()
Set container lay out ()
Container lay out()
Set cont layout ()
Previous
Skip
Next
Question # 2
In JSP the classes that allow primitive types to be accessed as objects are known as.
Choose an answer
Primitive classes
Object classes
Boxing classes
Wrapped classes
Previous
Skip
Next
Question # 3
Consider the following statement which of the following options is a correct one.
Choose an answer
The above statement is a part of a request from a web client.
The above statement is a part of the input to a CGI program
Dispenser pl may be a CGI program
Want is a variable and what's new html HTTP/1.0 is the value
Previous
Skip
Next
Question # 4
Which method of the component class is used to set the position and size of a component in JSP.
Choose an answer
Set size (0
Set Bounds ()
Set position ()
Set size position ()
Previous
Skip
Next
Question # 5
Which of the following options is correct with regard to HTML.
Choose an answer
It is a modelling language
It is a DTP language
It is a partial programming language
It is used to structure documents.
Previous
Skip
Next
Question # 6
When trying to access a URL the following message is displayed on the browser.
Server. Error 403
What could be the reason for the message.
Choose an answer
the requested HTML file is ot available
The URL refers to a CGI script and the header of the script does not indicate where that interpreter is located.
the first line of the output from the scripts is not a valid HTTP header
The requested HTML file or CGI script has insufficient permission.
Previous
Skip
Next
Question # 7
In ASP the function which return the current system data is.
Choose an answer
Get data ()
Date ()
Now ()
Current date()
Previous
Skip
Next
Question # 8
Which of the following statements a false about even handlers in java script.
Choose an answer
They can be included with input tags
they can be associated with end of the processing for a data base application
They are generally used to call functions when triggered.
They can be sued to trigger server side scripts.
Previous
Skip
Next
Question # 9
In ASP the function which returns an expression formatted as a date or time is.
Choose an answer
Format date or time (0
Format date And Time()
Format date time ()
Format DT ()
Previous
Skip
Next
Question # 10
What value does read line () return when it has reached the end of a file in JSP.
Choose an answer
Last character in the file
False
Null
EOF
Previous
Skip
Next
Question # 11
In JSP a canvas object provides access to a graphics object via one of its method called.
Choose an answer
Get Canvas ()
Get Graphics()
Paint ()
get paint(0
Previous
Skip
Next
Question # 12
The function returns a Boolean value that indicates whether a specified expression can be evaluated as a number in ASP is.
Choose an answer
Is numeric ()
Is number ()
Is Not Numeric ()
Is Number or Not ()
Previous
Skip
Next
Question # 13
What would be the colours of the RGB where the hexadecimal values are #FF0000. # 00FF00 and #0000FF respectively.
Choose an answer
Blue , green , Red
Green , Blue, Red
Red , Blue ,Green
Red, Green, Blue
Previous
Skip
Next
Question # 14
Which class in JSP provides the capability to implement a grow able array of objects.
Choose an answer
Array class
Grow Able Array class
Container class
Vector class
Previous
Skip
Next
Back