saving . . . saved Why my answer are wrong has been deleted. Why my answer are wrong has been Shown .
Why my answer are wrong
Title
Question
I have give a test and i got this two answer wrong can anyone explain why my answer are wrong...

Question 25
Complete
Mark 0.00 out of 2.00
 Not flaggedFlag question
Question text
Which of the following declaration(s) is/are correct for a String?  Tick all correct answer(s).  No partial marks and no negative marks.

Select one or more:
String s4=(String)'\\ufeed';
String s2='null';
String s1=null; <-----------------------------------------My Answer
String s3=(String)'abc';


Question 22
Complete
Mark 0.00 out of 1.00
 Not flaggedFlag question
Question text
What will be the output of the following program?

class operators {
public static void main(String args[])
{
 int var1 = 5; 
 int var2 = 6;
 int var3;
 var3 =  var2 * var1 / var2 + var2;
 System.out.print(var2);
}

Select one:
6 <------------------------------------------------------------- my answer 
5
12
11

Java General None min None sec 16-04-16, 3:40 p.m. ManishPendurkar

Answers:

22

03-12-20, 5:27 p.m. hulageri55664@gmail.com


22

03-12-20, 5:27 p.m. hulageri55664@gmail.com


Log-in to answer to this question.