Apache Wicket Interview Questions and Answers
Difficulty Level: AllBeginnerIntermediateExperienced/Expert
Ques 1. What is Wicket Framework?
Ques 2. What are Wicket Models?
Ques 3. What are the Ways to create a page in wicket?
Ques 4. What is about WebAppication in Wicket?
Ques 5. What is Base class for HTML pages?
Ques 6. Dependency to start wicket.
Ques 7. A sample web application using apache wicket.
Ques 8. How to create a TextField in Apache-Wicket?
Ques 9. How to submit a form in apache-wicket?
Ques 10. Example of Username validation in apache-wicket.
Ques 11. How to create a password field in apache-wicket?
Ques 12. How to create a TextArea in apache-wicket?
Ques 13. How to create checkbox in apache-wicket?
Ques 14. How to create multiple checkboxes in apache-wicket?
Ques 15. How to create Radio button in apache-wicket?
Ques 16. How to create single selected ListBox?
Ques 17. How to create multiple selected ListBox in apache-wicket?
Ques 18. How to create DropDown Choice in apache-wicket?
Ques 19. How to create FileUpload field in apache-wicket?
Ques 20. How to create Select Option as menu wise in apache-wicket?
Ques 21. What is Pallet component in apache-wicket?
Ques 22. How to create custom validator in apache-wicket?
Ques 23. How to integrate apache-wicket with Spring?
Ques 24. How to get ServletContext in apache-wicket application?
Ques 25. How to keep file validation in apache-wicket if no file has been selected?
Ques 26. How to create 404 error page?