What is the difference between array and arraylist?
what is the difference between arraylist and linkedlist?
Answer Posted / suresh
we can't change array size diyamically.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
How many bytes is string in java?
Can a singleton class be inherited?
When would you use a static class?
How big is a 64 bit float?
What are the Main functions of Java?
Can we assign null to double in java?
What is an exception in java?
What is the difference between static method and instance method in Java?
What is the relationship between clipping and repainting under awt?
How will you add panel to a frame?
What is heterogeneous in java?
What is a programming object?
Can we define package statement after import statement in java?
What is the size of integer?