What is a super class and how super class be called?
Answer Posted / ramakrishna challapalli
super class is a class which is inherited by sub class.
Super class methods are bu using super keyword Syntax is
super.methodname();
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a method and a procedure?
Are arrays passed by reference in java?
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
What is continuity of a function?
What is your platform’s default character encoding?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
What are static variables and functions?
What are the differences between c++ and java?
What is bytecode verifier?
What is the use of object and class classes?
Which of the following is not an isolation level in the JDBC
Difference between method overloading and method overriding in java ?
How to find the index of the largest number in an arraylist java?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
What is the use of a copy constructor?