could you answer them thank you very muchSolution44 ccode di
could you answer them
thank you very much!!
Solution
44) c.code displays nothing
the value in even is false so if is not true so if block wii not execute
45) b.no
the while loop will execute irrespective of the if and continue ,because continue is for skip the under statements not ot stop the loop execution
46) d.name,type,parameterlist
47)c.low 4,high 6
mid element is at index 3 and the key 11,is greater than 8 so low=mid+1,
48)a. the program has compilation error,nclass is private so it cannot be used in other class
49) b.s1 and s2 reference to the same string object
s1 is a string object which is assigned to the string s2
50) c.\'4\' in java charecter is enclosed with \' \'
