R
Q. The 'super' keyword is used to ___.
The 'super' keyword refers to superclass (parent) objects. It is used to call superclass methods, and to access the superclass constructor.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Package is a collection of __________.
Q. The _______ class is used to read characters from the file:
Q. What alternatives exist to embedding Java code directly within the HTMLmarkup of your JSP page?
Q. Which of these is a type of stream in Java?
Q. What would be behaviour if the constructor has a return type?
Q. What is the output of Compilation of Java Program?
Q. Which of these is an instance variable of httpd that is a Hashtable?
Q. What is the result of compiling and running the following code?
Discusssion
Login to discuss.