adplus-dvertising
frame-decoration

Question

Which of the following is not true about Java beans?

a.

Implements java.io.Serializable interface

b.

Extends java.io.Serializable class

c.

Provides no argument constructor

d.

Provides setter and getter methods for its properties

Answer: (b).Extends java.io.Serializable class

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following is not true about Java beans?

Similar Questions

Discover Related MCQs

Q. Which file separator should be used by MANIFEST file?

Q. Which of the following is correct error when loading JAR file with duplicate name?

Q. Java Beans are extremely secured?

Q. Which of the following is not a feature of Beans?

Q. What is the attribute of java bean to specify scope of bean to have single instance per Spring IOC?

Q. Which attribute is used to specify initialization method?

Q. Which attribute is used to specify destroy method?

Q. How to specify autowiring by name?

Q. Which of the following contains both date and time?

Q. Which of the following is advantage of using JDBC connection pool?

Q. Which of the following is advantage of using PreparedStatement in Java?

Q. Which one of the following contains date information?

Q. What does setAutoCommit(false) do?

Q. Which of the following is used to call stored procedure?

Q. Which of the following is used to limit the number of rows returned?

Q. Which of the following is method of JDBC batch process?

Q. Which of the following is used to rollback a JDBC transaction?

Q. Which of the following is not a JDBC connection isolation levels?

Q. Which of the below is not a valid design pattern?

Q. Which of the below author is not a part of GOF (Gang of Four)?