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 |
Explain differences between checked and unchecked exceptions in java?
What is %02d?
What is the difference between size and length in java?
How many static init can you have?
What is main function purpose?
State the main difference between c++ and java?
How many times finalize method will be invoked? Who invokes finalize() method in java?
How to read and write image from a file ?
How many bits is a string in java?
Explain thread in java?
What is immutable data?
What is the final blank variable?