How would you retrieve the value of a user's email from SharedPreferences while ensuring that the returned value is not null?
a. getPreferances(this).getString(Email,"")
b. getDefaultSharedPrefarances(this).getString(EMAIL,null)
c. getDefaultSharedPreferances(this).getString(EMAIL,"")
d. getPreferances(this).getString(EMAIL,null)