relation between list and linked list
Answer / himanshu kapoor
List is an interface. LinkedList is a class which implements List.
| Is This Answer Correct ? | 15 Yes | 2 No |
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{
What is var keyword ?
Write a program to calculate factorial in java?
What happens when a thread cannot acquire a lock on an object in java programming?
Why enumeration is faster than iterator?
What is linkedlist in java?
What are anonymous inner classes?
What are hot spots in Java programming?
What is deserialization?
Why we use static and synchronized in method for single thread model example: public static synchronized add(){}
What is void data type?
When should I use a singleton?