Answer Posted / darshan
array is static
vector is dynamic
| Is This Answer Correct ? | 34 Yes | 3 No |
Post New Answer View All Answers
What is the benefit of lambda expressions?
How do you compare objects in java?
Tell me are there implementations for sorting and searching in the java libarary?
State the difference between creating string as new () and literal.
What is the difference between math floor and math round?
Explain restrictions on using enum?
Can we instantiate interface in java?
What do you understand by the term singleton?
Difference between concurrent hashmap and hashtable and collections
Is linkedlist thread safe in java?
Why string objects are immutable in java?
Can we change the scope of the overridden method in the subclass?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
Is sizeof a preprocessor?
Can we extend private class in java?