What is the error message that you would get if you try to assign “Null” to an integer variable ? By Editor No Comment Answer : error message: cannot convert null to int...
Can we define constructor in Servlet class ? By Editor No Comment Answer : Yes, we can define constructor in Servlet class...