Question: Given the following in Java: String var1 = new String(abc); String var2 = new String(abc); String var3 = null; String var4 = var2; What is

 

Given the following in Java:

String var1 = new String(abc); String var2 = new String(abc); String var3 = null; String var4 = var2; 

What is the outcome for each of the following statement?

var3.equals( abc) 

A,Null Pointer Exception

B,Undefined

C,True

D,False

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!