what is the Arraylist limit (maximum) by default ?
Answer Posted / raju
Arry List defult limit is 10
| Is This Answer Correct ? | 22 Yes | 48 No |
Post New Answer View All Answers
What is the use of 'super' keyword inside a constructor?
Why generics are used in java?
Can a function return a function?
Why pointers are not used in java?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
Why are the methods of the math class static?
what are the states associated in the thread? : Java thread
Why super is first line in java?
Tell me about different OOPS concepts.
What is multi-catch block in java?
What is the advantage of preparedstatement over statement?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
What is procedure overloading?
What are examples of modifiers?
What is the functionability stubs and skeletons?