abstract class A{
int list []=new int [100];
A(int x,int y){
rondom n=new rondom();
for (int i==;i<100;i++);
list [i]=x+r.next int(y-x+1);
abstract sort ();
abstract binary sarch(int temp);
class B extends A{
Answer Posted / sravan
error
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are multiple inheritances? Is it supported by java?
Difference between stack and queue?
What is the difference between method overriding and overloading?
Can we use static class instead of singleton?
what is recursion in java
What is are packages?
What are the types of exceptions?
Define nashorn in java8.
When is finally block not called?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
What is function and its uses?
When do we use synchronized methods in java?
Write a function for palindrome and factorial and explain?
Explain the difference between abstract classes and interfaces in java?
What do you understand by copy constructor in java?