-e * Viden: Intro to Arrays PRI * Quiz Submitsions Quí × ·(1) lava Programming T
ID: 3719262 • Letter: #
Question
-e * Viden: Intro to Arrays PRI * Quiz Submitsions Quí × ·(1) lava Programming Turni nested prva define Google KO https/gastato.view.usg.odu/d2/ims/quizzing/user/qu T, see lavorites here selec!?then , and drag lo the Faventes Bar lo der Or rnpot from anothel trowser. Import la antes @ Chrgg Study Guided Snlut + s attempt.d2lispr-qi-22303678i-22215181&isinPopup-08ciql-Dkou-1574133; ory. ReE Question 2 2 2 points The result of the following expression is false. (2-3) && (5 % 3-2) rue ? False Hide Feedback Both statements are true, so the expression is true. Question 3 2 2 points A String is a primitive data type True ? False View Feedback Question 4 2 /2 points What is the term for a device that computes a boolean operation? 12:39 PM 4/29/2018Explanation / Answer
Ques2
Answer is true because
(2<3) will return true
5%3==2 which will also return true
and true && true will return true that is why the overall expression will return true.
Ques3-
False
we know we have some basic or what we call primitive data types in java such as int, float , char etc but we have String as non primitive data type, String is group of characters put together in other words its array of char data type.
String in Java is itself is a class and has its own methods to manipulate and operate over object of String class. however Java String differ from primitive data type in terms of its behavior. Strings has its own feature that they are immutable, primitive data types has limitation that they have fixed size and can hold data of that type only but String can vary in size and it can hold any type of data using its wrapper classes and it is one of reason why STRING IS NON-PRIMITIVE data type.
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.