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
Is java type safe?
What are java methods?
Which method returns the length of a string?
What does indexof mean?
What is an object's lock and which object's have locks in java programming?
What will happen to the exception object after exception handling?
What does sizeof return?
How do I print a “?
What is return data type?
What is difference in between java class and bean?
What is hotjava?
What is passing value java?
What is dot operator?
What is difference between final and immutable?
What is procedure overloading?