Java Array exercises: Array Exercises - w3resource http://www.w3resource.com/java-exercises/array/index.
php
w3resource
Featured: Online editors C, Java, PHP, Python, C Sharp are closed for
maintenance and upgradation.
Java Array :
Exercises,
Practice,
Solution
Last update on January 25 2017
11:38:03 (UTC/GMT +8 hours)
Java Array Exercises [23 exercises
with solution]
1. Write a Java program to sort a numeric array and a
string array. Go to the editor
Click me to see the solution
2. Write a Java program to sum values of an array. Go
to the editor
Click me to see the solution
3. Write a Java program to print the following grid. Go
to the editor
Expected Output :
1 of 6 5/26/17, 12:35 PM
Java Array exercises: Array Exercises - w3resource http://www.w3resource.com/java-exercises/array/index.php
Click me to see the solution
4. Write a Java program to calculate the average
value of array elements. Go to the editor
Click me to see the solution
5. Write a Java program to test if an array contains a
specific value. Go to the editor
Click me to see the solution
6. Write a Java program to find the index of an array
element. Go to the editor
Click me to see the solution
7. Write a Java program to remove a specific element
from an array. Go to the editor
Click me to see the solution
8. Write a Java program to copy an array by iterating
the array. Go to the editor
Click me to see the solution
9. Write a Java program to insert an element (specific
position) into an array. Go to the editor
Click me to see the solution
10. Write a Java program to find the maximum and
minimum value of an array. Go to the editor
Click me to see the solution
11. Write a Java program to reverse an array of
integer values. Go to the editor
2 of 6 5/26/17, 12:35 PM
Java Array exercises: Array Exercises - w3resource http://www.w3resource.com/java-exercises/array/index.php
Click me to see the solution
12. Write a Java program to find the duplicate values
of an array of integer values. Go to the editor
Click me to see the solution
13. Write a Java program to find the duplicate values
of an array of string values. Go to the editor
Click me to see the solution
14. Write a Java program to find the common
elements between two arrays (string values). Go to
the editor
Click me to see the solution
15. Write a Java program to find the common
elements between two arrays of integers. Go to the
editor
Click me to see the solution
16. Write a Java program to remove duplicate
elements from an array. Go to the editor
Click me to see the solution
17. Write a Java program to find the second largest
element in an array. Go to the editor
Click me to see the solution
18. Write a Java program to find the second smallest
element in an array. Go to the editor
Click me to see the solution
19. Write a Java program to add two matrices of the
same size. Go to the editor
Click me to see the solution
20. Write a Java program to convert an array to
ArrayList. Go to the editor
Click me to see the solution
3 of 6 5/26/17, 12:35 PM
Java Array exercises: Array Exercises - w3resource http://www.w3resource.com/java-exercises/array/index.php
21. Write a Java program to convert an ArrayList to an
array. Go to the editor
Click me to see the solution
22. Write a Java program to find all pairs of elements
in an array whose sum is equal to a specified number.
Go to the editor
Click me to see the solution
23. Write a Java program to test the equality of two
arrays. Go to the editor
Click me to see the solution
Java Practice online
List of Exercises with Solutions :
HTML CSS Exercises, Practice, Solution
JavaScript Exercises, Practice, Solution
jQuery Exercises, Practice, Solution
jQuery-UI Exercises, Practice, Solution
CoffeeScript Exercises, Practice, Solution
Twitter Bootstrap Exercises, Practice, Solution
C Programming Exercises, Practice, Solution
C# Sharp Programming Exercises, Practice, Solution
PHP Exercises, Practice, Solution
Python Exercises, Practice, Solution
Java Exercises, Practice, Solution
SQL Exercises, Practice, Solution
MySQL Exercises, Practice, Solution
PostgreSQL Exercises, Practice, Solution
SQLite Exercises, Practice, Solution
MongoDB Exercises, Practice, Solution
4 of 6 5/26/17, 12:35 PM
Java Array exercises: Array Exercises - w3resource http://www.w3resource.com/java-exercises/array/index.php
Euler Project
Join our Question Answer community to learn
and share your programming knowledge.
Help the community:
PHP: Loop
JavaScript: Delete duplicates in an array
Oracle: Round the number
Comments Community
1 Login
Recommend 14 Share Sort by Newest
Start the discussion
Subscribe d Add Disqus to your siteAdd DisqusAdd
Privacy
This work is licensed under a Creative Commons Attribution-NonCommercial-
ShareAlike 3.0 Unported License.
w3resource 2011-2017 | Privacy | About | Contact | Feedback | Advertise
w3resource 2011-15
Privacy policy
About
5 of 6 5/26/17, 12:35 PM
Java Array exercises: Array Exercises - w3resource http://www.w3resource.com/java-exercises/array/index.php
Contact
Feedback
Advertise
6 of 6 5/26/17, 12:35 PM