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 |
What is update method called?
What are the advantages of user defined functions?
Does java have a compiler?
How to find the largest value from the given array.
Explain the role played by Java Virtual Machine in Java Programming?
What services that container provides?
What is the protocol is used in type4 driver?
Explain java coding standards for variables ?
Why use string handling in Java?
Is list ordered in java?
What is meant by distributed application? Why are we using that in our application?
This is related to threads. I have a class with synchronized method m1(). Can I create different instances of this class and execute the m1() for different threads?