Look at the following code snippet:
public class CreditCard implements Serializable {
String name;
String expDate;
String cvv;
}
Which of the following lines would prevent the cvv field from being serialized?
Look at the following code snippet:
public class CreditCard implements Serializable {
String name;
String expDate;
String cvv;
}
Which of the following lines would prevent the cvv field from being serialized?
Create a free account to access the full topic