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 10449abstract 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 4987Hi friends i want display Triangle shap stars(*) please can tell me any one java code logic? * *** ***** ******* Like this
2 6143
What are the six ways to use this keyword?
Are arrays dynamic in java?
Write a method to check if input string is palindrome?
How does predicate work in java?
Define linked list and its features with signature?
Will the jvm load the package twice at runtime?
What is the order of arraylist in java?
What is the default value of float and double datatype in java?
Why main method is static in java?
Why to use nested classes in java?
Can we create our own daemon thread?
What is an immutable object? How do you create one in java?
How do I compare two strings in word in java?
Why string is called as immutable?
Explain different forms of polymorphism?