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
Describe different states of a thread.
What is the requirement of thread in java?
What is return null in java?
What does the “static” keyword mean? Can you override private or static method in java?
Is the milky way in a void?
How can the checkbox class be used to create a radio button?
Why do we need wrapper classes?
What is a return in java?
Can we create a class inside a class in java?
What is string made of?
What is string buffer?
What are the advantages of packages in java?
What is a superclass?
How is java created?
What is sorting in java?