Answer Posted / ramesh
ArrayList arr_obj=new ArrayList()
arr_obj.add("viki");
arr_obj.add("siva");
Object[] obj=arr_obj.toArray();
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can a java program have 2 main methods?
Is char a method in java?
What is jit compiler ?
What do you understand by the term string pool?
Name and explain the types of ways which are used to pass arguments in any function in java.
Does string is thread-safe in java?
Difference between comparator and comparable in java?
Explain heap sort?
Does collectionutils isempty check for null?
What happens if we don’t override run method ?
When can you say a graph to be a tree?
What is the final class?
How the interruptible method gets implemented?
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
Is a method a procedure?