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{
Answers were Sorted based on User's Feedback
Answer / sravan
in the above program he takes the parameterized constructor for any constructor we must and should create object but in that program object creation is not done so it gives error it is a compilation error
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sadikhasan palsaniya
Code contains an Error.
please correct your code. In for loop i initialize by what
and what is rondom?
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we modify the throws clause of the superclass method while overriding it in the subclass?
What is an object in java and how is it created?
Can list have duplicates in java?
What are the benefits of operations?
suppose string s1="rajnish"; string s2="bhaskar"; then what will be happend ?
What is an iterator interface in java programming?
What is connection class in java?
What problems will occur when you don?t use layout managers?
What Is Query Throttling in java?
What is difference between == equals () and compareto () method?
How to compare strings in java?
What is the do while loop syntax?