- Age
- 22
About aditbalkam
- Biography:
- Java, Flash Actionscript, C++ and PHP Programmer
- Location:
- Indonesia
- Interests:
- Learning programming (PHP, CSS, Java, C++, Flash ActionScript, C++), Swimming
- Occupation:
- College Student
================================================== =============
Visit My Blog:
http://www.aditbalkam.co.cc
Total Posts
- Total Posts
- 1
- Posts Per Day
- 0.00
- Last Post
- Close a window? 11-21-2010 05:21 AM
General Information
- Last Activity
- 09-24-2011 07:53 PM
- Join Date
- 05-31-2010
- Referrals
- 0
3 Friends
Showing Friends 1 to 3 of 3
View aditbalkam's Blog
by
aditbalkam on 11-22-2010 at 05:21 AM
Hai guys, it's my fist blog post. And i just try to post a simple tutorial about how to use Array in Looping statement without Counter. It's exactly a beginner matter in Java
So, don't hate me just because of my beginner tutorial 
In Java, we can use array in for statement without counter. We use parameter in for statement as a variable to achieve each array value at looping process. The syntax of this enhanced for statement is:
for ( parameter : arrayName)
Read More