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 / 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 |
Post New Answer View All Answers
Explain treeset?
What is a website container?
What does it mean that a class or member is final?
What is java full form?
What must a class do to implement an interface in java programming?
What is the tradeoff between using an unordered array versus an ordered array?
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
How do you use compareto in java?
What is the impact of declaring a method as final?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
What is a Hash Table? What are the advantages of using a hash table?
Can you make a constructor final in Java?
What is the private method modifier?
How transient variable is different from volatile variable?
What is boolean example?