R
Q. Can servlet class declare constructor with ServletConfig object as an argument?
ServletConfig object is created after the constructor is called and before init() is called. So, servlet init parameters cannot be accessed in the constructor.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. In Java, can an abstract class have non-abstract methods?
Q. Which is the file extension used for a public Java class source code?
Q. Which of these class encapsulate the runtime state of an object or an interface?
Q. What is the purpose of the "return" statement in a method in Java?
Q. Which of these is a mechanism for naming and visibility control of a class and its content?
Q. Java was conceived by __________.
Q. Choose a Single Line Comment in Java Language below?
Q. Which of these method is a rounding function of Math class?
Discusssion
Login to discuss.