Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~85 People Reached
Favorite Forums
Member Avatar for ewander

can anyone help me with this? . Given the Java String variable assignment String sentence = "This is a sample sentence"; what will the following sequence of Java statements print? Explain why Java will print this result. String x = sentence.substring(4, 10); System.out.println(x); thanks a lot!!!

Member Avatar for griswolf
0
85