Which method is used to change String value into number with decimal values?
a) parse()
b) parse Float()
c) parse Int()
d) parse Number ()
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)
Which of the following methods returns string in lower case?
a) Lowercase()
b) ToLowercase()
c) ToUppercase()
d) Uppercase ()
Which of the following methods returns string in upper case?
a) Lowercase()
b) ToLowercase()
c) ToUppercase()
d) Uppercase ()
A push button’s form, name, type, and value are which of following?
a) events
b) methods
c) properties
d) all of these
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