Java Programming Fundamentals

Casual Mode - Take your time!

1 / 20
Correct
0
Incorrect
0
Score
0%
Multiple Choice

Syntax of System.arraycopy method??

  1. System.arraycopy(fromarray,frominden,toarray,toindex,count);
  2. System.arraycopy(toarray,toinden,fromarray,fromindex,count);
  3. System.arraycopy(fromarray,toarray,count);
  4. System.arraycopy();
Change Mode