Which of the following is not true about Java beans?
Provides setter and getter methods for its properties
Provides no argument constructor
Implements java.io.Serializable interface
Extends java.io.Serializable class
Answers
Answered by
2
Answer:
Extends java.io.Serializable class is not true about java.
Answered by
0
The right answer is (b) Extends java.io.Serializable class
Explanation:
- Java is a significant level, class-based, object-situated programming language that is intended to have as hardly any execution conditions as could be expected.
- It is a broadly useful programming language planned to allow developers to compose once, run anyplace (WORA), implying that ordered Java code can run on all stages that help Java without the need to recompile.
- The right answer is (b) Extends java.io.Serializable class.
- This is on the grounds that java.io.Serializable isn't a class. Rather it is a connection point. Thus it can't be broadened
(#SPJ3).
Similar questions