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 9703abstract 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 4453Hi friends i want display Triangle shap stars(*) please can tell me any one java code logic? * *** ***** ******* Like this
2 5708
Mention a package that is used for linked list class in java.
Is java util list serializable?
Explain about varargs in java?
What are the supported platforms by java programming language?
Explain a situation where finally block will not be executed?
What are the main uses of the super keyword?
What are the high-level thread states in java programming?
When will you define a method as static in Java?
What is the java virtual machine?
How variables are stored in memory?
Why can't we make a class private in java?
How to create packages in java?
Why for each loop is used?
How do you add an arraylist to an array in java?
What is finalize()?