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
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
What is codebase?
Can constructor be synchronized?
If a class is declared without any access modifiers, where may the class be accessed in java programming?
Can we override the overloaded method?
What is java used for on a computer?
What is a dynamic array java?
What is memory leak and how does java handle it?
What is tree in java?
What are different types of expressions?
What is difference between arraylist and list in java?
What is number data type in java?
Can we catch more than one exception in single catch block?
Define array. Tell me about 2-D array.
Write a function for palindrome and factorial and explain?