what is the major difference between linkedlist and arraylist in java?
No Answer is Posted For this Question
Be the First to Post Answer
My interview asked what is dynamic variable in java and where we use them.
Does Java support multiple Inheritance?
How do you sort in java?
What will be the output of the program? public class Test { public static void main(String args[]) { ArrayList<String> list = new ArrayList<String>(); list.add("2"); list.add("3"); list.add("4"); list.add("5"); System.out.println("size :"+list.size()); for(int i=0;i<list.size();i++) { list.remove(i); } System.out.println("size after:"+list.size()); } }
What is a class ?
What is multiple inheritance & can we implement it in java?
Is void a type?
Which data type is class in java?
What is a method declaration?
What is object english?
What is the purpose of object oriented programming?
Explain the concept of proper inheritance?
0 Answers Thomson Reuters, Virtusa,