Which data type is NOT supported by the SharedPreferences class??

A. long
B. char
C. float
D. string


Answer: B

Computer Science & Information Technology

You might also like to view...

What would the browser display if the following code is executed in a script?

``` var x = 11, y = 14; if ( x > 13 ) if ( y > 13 ) document.writeln( "x and y are > 13" ); else document.writeln( "x is <= 13" ); ``` a) nothing, the code will generate an error b) 11 c) x and y are > 13 d) x is <= 13

Computer Science & Information Technology

Files that are going to be viewed on the Web are usually exported from Director as ____ files.

A. .dir B. .cst C. .dxr D. .dcr

Computer Science & Information Technology

When the ________ timing option is selected, the animation sequence begins at the same time as any animation preceding it

Fill in the blank(s) with correct word

Computer Science & Information Technology

________ networking services make it easy for friends and family to share updates and special events with each other.

A. Social B. Real-time C. Personal D. Crowd

Computer Science & Information Technology