Olete.in
Articles
Mock Tests
🧪 Java Beans MCQ Quiz Hub
Java Beans Mcq
Choose a topic to test your knowledge and improve your Java Beans skills
1. Which of the following is not an Enterprise Beans type?
Doubleton
Singleton
Stateful
Stateless
2. Which of the following is not true about Java beans?
Implements java.io.Serializable interface
Extends java.io.Serializable class
Provides no argument constructor
Provides setter and getter methods for its properties
Submit