W1174503's Profile
Reputation: 0
Apprentice
- Group:
- Members
- Active Posts:
- 38 (0.23 per day)
- Joined:
- 07-January 13
- Profile Views:
- 627
- Last Active:
Apr 28 2013 07:22 AM- Currently:
- Offline
Previous Fields
- Dream Kudos:
- 0
Posts I've Made
-
In Topic: Please provide an example of a continue statement & break statemen
Posted 6 Apr 2013
I understand why someone would use a break statement why would someone use a continue statement then. Why not just let some code run normally.
For example
int a = 1; while(a==1){ System.out.println("hi"); continue; } System.out.println("there"); }
int a = 1; while(a==1){ System.out.println("hi"); } System.out.println("there"); }
There is no difference if I do or do not use the continue statement -
In Topic: Please provide an example of a continue statement & break statemen
Posted 6 Apr 2013
I did not know how a break statement would look like, once darek9576 gave me an example I understood what line it was on. -
In Topic: Please provide an example of a continue statement & break statemen
Posted 6 Apr 2013
okay so its an actual statement gotcha -
In Topic: I created a toString method, how can you call the method?
Posted 17 Mar 2013
Thanks guys -
In Topic: Initializing an obect
Posted 3 Mar 2013
IT WORKED THANK YOU GUYS
My Information
- Member Title:
- New D.I.C Head
- Age:
- Age Unknown
- Birthday:
- Birthday Unknown
- Gender:
Contact Information
- E-mail:
- Private
Friends
W1174503 hasn't added any friends yet.
|
|


Find Topics
Find Posts
View Reputation Given
|
Comments
W1174503 has no profile comments yet. Why not say hello?