CS508 Quiz-3 by Vu Topper RM
CS508 Quiz-3 by Vu Topper RM
Default access (if no other access is specified) for classes and fields in
Java is:
A. Public
B. Private
C. Package Google
D. Protected
12. If an integer variable is not initialized in PHP then its default value
will be:
Select the correct option
a. Zero
b. False
c. NULL
d. One
13. In PHP, if a number is beyond the bounds of the integer type, then it
will be interpreted as a instead.
Select the correct option
a. string
b. short
c. float
d. long
18. Which of the following type of numbers are not supported by PHP?
select the correct option
a. Complex Numbers
b. Unsinged Integers
c. Real Numbers
d. Singed Integers