There are three interfaces A,B & C. A extends B, B extends C, and C extends A.Is it multiple Inheritance? please anybody help me.....
5 10503abstract 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{
3 5023Hi friends i want display Triangle shap stars(*) please can tell me any one java code logic? * *** ***** ******* Like this
2 6162
Can you make a constructor final in Java?
How does hashmap work in java ?
Which access specifier can be used with class ?
What loop means?
What is string in java with example?
Can an object subclass another object?
What is Enum in Java?
What happens when main () method is declared as private?
How do you find the independent variable?
What is initial size of arraylist in java?
In the below example, what will be the output?
What is the simpletimezone class in java programming?
How is a structure different from array ?
Is void a return type?
What are the differences between abstract class and interface?