1.1 In object oriented programming data
and function bind together as
(A) Modules
(B) Encapsulation
(C) Class
(D) Abstraction
1.2 What is the range of data type byte in
Java?
(A) -128 to 127
(B) -32768 to 32767
(C) -2147483648 to 2147483647
(D) None of the options
1.3 Which of these coding types is used for
data type characters in Java?
(A) ASCII
(B) ISO-LATIN-1
(C) UNICODE
(D) None of the options
Answers
Answered by
1
Explanation:
11-(B) Encapsulation
12-(A) -128 to 127
13)-(C) Unicode
some additional information:
*Encapsulation: the wrapping/binding of data and function into single unit is called Encapsulation.
*the range of byte is -2⁵ to 2⁵-1.
*java supports Unicode character set with 65336 characters
*java is both compiler and interpreter based programming language.
*java was developed by james gosling.
*it's intial name was oak.
Similar questions