Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ main
Method
main
control/ForInString.java:7–10 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
5
6
public
class
ForInString {
7
public
static
void
main(String[] args) {
8
for
(char c :
"An African Swallow"
.toCharArray())
9
System.out.print(c +
" "
);
10
}
11
}
12
/* Output:
13
A n A f r i c a n S w a l l o w
Callers
nothing calls this directly
Calls
1
print
Method · 0.80
Tested by
no test coverage detected