Contents

Which method is used to change String value into number with decimal values?
a) parse()                              
b) parse Float()
c) parse Int()                        
d) parse Number ()

b

What is the correct syntax to get sub string of a string started in 10th position for total of 10 characters?
a) Student.subString(10)                   
b) Student.subString(10,20)
c) Strudent.substring(10,10)                           
d) Student.substring(10,0)

c

Which of the following methods returns string in lower case?
a) Lowercase()    
b) ToLowercase()
c) ToUppercase()
d) Uppercase ()

b

Which of the following methods returns string in upper case?
a) Lowercase()    
b) ToLowercase()
c) ToUppercase()               
d) Uppercase ()

c

A push button’s form, name, type, and value are which of following?
a) events                                               
b) methods
c) properties                       
d) all of these

c

A checkbox allows a user to do which of following?
a) make zero selection
b) make one selection
c) make more than one selection    
d) all of these

d