0 votes
in JAVA by
Out of the following statements, which one is not true about the Java beans?

1) It extends the java.io.Serializable class

2) It implements the java.io.Serializable interface

3) It provides getter and setter methods for its properties

4) It provides us with no argument constructor

1 Answer

0 votes
by

1) It extends the java.io.Serializable class

Related questions

0 votes
asked Aug 21, 2022 in JAVA by sharadyadav1986
0 votes
asked Apr 8, 2021 in JAVA by SakshiSharma
...