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 an integer be a string?
Which sorting is used in arrays sort in java?
What are the 4 types of research methods?
What is bean? Where it can be used?
List any five features of java?
List some oops concepts in java?
Can an interface have a constructor?
Is class is a data type?
Why method overriding is used?
Why is it called boolean?
Explain the use of shift operator in java. Can you give some examples?
Can we cast any other type to boolean type with type casting?
What are the three types of design patterns?
Can we have this () and super () together?
How do I type unicode?