Howmany number of objects we can store in an ArrayList. Is
there any limit?
Answer Posted / chandrashekhar
The size will be as equal to int size.
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
Explain about features of local inner class?
what is singleton in java?
Can an arraylist be empty?
Can we force garbage collector to run ?
What best practices should you follow while writing multithreaded code in java?
What about abstract classes in java?
Where are global variables stored?
Can we write any code after throw statement?
What is an infinite loop? How infinite loop is declared?
What is the impact of declaring a method as final?
How much is a java license?
What is parsing in java?
Write a program to find the whether a number is an Armstrong number or not?
What is difference between calling start() and run() method of thread?
I want to print “hello” even before main is executed. How will you acheive that?