Sample Questions: Java SE 5 and 6, Certified Associate (1Z0-850)
© examsiri.com
Question : 6 of 10
Marks:
+1,
-0
Given:
Which line of code will remove the y string from the x string, and store it in the z variable?
x = "abcedfghijklmnopqrstuvwxyz"
y = "lmno"Which line of code will remove the y string from the x string, and store it in the z variable?
Go to Question: