Mention some interfaces implemented by linked list in java.
No Answer is Posted For this Question
Be the First to Post Answer
which methods consisting of the serilizable interface?
Why string is called as immutable?
garbate collector(GC)?
Are constructors methods?
This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .
What is the difference between pass by reference and pass by pointer?
What are library required to connect to excel sheet.
How to initialize an Applet ?
What is the synonym of string?
Can an object be null?
Why char array is favored over string for the storage of passwords?
What is concurrent hashmap and its features?