How does system arraycopy work in java?



How does system arraycopy work in java?..

Answer / Maimuna Khan

System.arraycopy() is a method in Java that copies arrays. It takes four arguments: the source array, the destination array, the start position of the copy in the source array, the start position where the copy should begin in the destination array, and the number of elements to be copied.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Difference between a Canvas and a Scroll Pane?.

1 Answers   NIIT,


How to use string tokenizer class.

1 Answers  


GoldMansachs Interview process....

1 Answers   Goldman Sachs,


Is there any way to skip finally block of exception even if some exception occurs in the exception block?

1 Answers  


What is the purpose of the System class?

1 Answers  


What is final class?

1 Answers  


What’s the difference between the methods sleep() and wait()?

1 Answers  


What is Restrictions in hibernate?

1 Answers   Bally Technologies,


Can we overload the methods by making them static?

1 Answers  


Can we clone singleton object?

1 Answers  


Define jre i.e. Java runtime environment?

1 Answers  


What restrictions are placed on method overriding in java programming?

1 Answers  


Categories