[Link] is short for "JavaScript".
a. true b. false
Ans; b)false
[Link] in java are-
a. object references b. object [Link] data type [Link]
[Link]
3. Which statement is true about Java?
a) Java is a sequence-dependent programming language
b) Java is a code dependent programming language
c) Java is a platform-dependent programming language
d) Java is a platform-independent programming language
Ans.d Java is a platform-independent programming language
4. Which of these cannot be used for a variable name in Java?
a) identifier & keyword
b) identifier
c) keyword
d) none of the mentioned
Ans;C)keywords
5. What is the visibility of private attributes in Java?
a)Accessible from anywhere
b) Accessible only within the same class
c) Accessible from subclasses
d) Accessible within its own package
Ans ; B) Accessible only within the same class