• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 11:44
CET 16:44
KST 00:44
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
ByuL: The Forgotten Master of ZvT30Behind the Blue - Team Liquid History Book19Clem wins HomeStory Cup 289HomeStory Cup 28 - Info & Preview13Rongyi Cup S3 - Preview & Info8
Community News
2026 KongFu Cup Announcement3BGE Stara Zagora 2026 cancelled11Blizzard Classic Cup - Tastosis announced as captains14Weekly Cups (March 2-8): ByuN overcomes PvT block4GSL CK - New online series18
StarCraft 2
General
Blizzard Classic Cup - Tastosis announced as captains BGE Stara Zagora 2026 cancelled BGE Stara Zagora 2026 announced ByuL: The Forgotten Master of ZvT Terran AddOns placement
Tourneys
RSL Season 4 announced for March-April 2026 KongFu Cup Announcement [GSL CK] Team Maru vs. Team herO StarCraft Evolution League (SC Evo Biweekly) WardiTV Team League Season 10
Strategy
Custom Maps
Publishing has been re-enabled! [Feb 24th 2026] Map Editor closed ?
External Content
The PondCast: SC2 News & Results Mutation # 516 Specter of Death Mutation # 515 Together Forever Mutation # 514 Ulnar New Year
Brood War
General
Are you ready for ASL 21? Hype VIDEO ASL21 General Discussion BGH Auto Balance -> http://bghmmr.eu/ Gypsy to Korea BW General Discussion
Tourneys
[Megathread] Daily Proleagues [BSL22] Open Qualifiers & Ladder Tours IPSL Spring 2026 is here! ASL Season 21 Qualifiers March 7-8
Strategy
Simple Questions, Simple Answers Soma's 9 hatch build from ASL Game 2 Fighting Spirit mining rates Zealot bombing is no longer popular?
Other Games
General Games
Stormgate/Frost Giant Megathread Path of Exile Nintendo Switch Thread PC Games Sales Thread No Man's Sky (PS4 and PC)
Dota 2
Official 'what is Dota anymore' discussion The Story of Wings Gaming
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
Five o'clock TL Mafia Mafia Game Mode Feedback/Ideas Vanilla Mini Mafia TL Mafia Community Thread
Community
General
US Politics Mega-thread Mexico's Drug War Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread NASA and the Private Sector
Fan Clubs
The IdrA Fan Club
Media & Entertainment
Movie Discussion! [Req][Books] Good Fantasy/SciFi books [Manga] One Piece
Sports
Formula 1 Discussion 2024 - 2026 Football Thread General nutrition recommendations Cricket [SPORT] TL MMA Pick'em Pool 2013
World Cup 2022
Tech Support
Laptop capable of using Photoshop Lightroom?
TL Community
The Automated Ban List
Blogs
Money Laundering In Video Ga…
TrAiDoS
Iranian anarchists: organize…
XenOsky
FS++
Kraekkling
Shocked by a laser…
Spydermine0240
Unintentional protectionism…
Uldridge
ASL S21 English Commentary…
namkraft
Customize Sidebar...

Website Feedback

Closed Threads



Active: 2717 users

Homework thread - Page 3

Forum Index > Closed
Post a Reply
Prev 1 2 3 4 5 Next All
fusionsdf
Profile Blog Joined June 2006
Canada15390 Posts
May 28 2009 02:01 GMT
#41
On May 28 2009 09:54 RaGe wrote:
Maybe you should stop being so defensive and read the fucking solution for a change.

Show nested quote +
On May 28 2009 09:38 RaGe wrote:
When an exception gets thrown, it immeadiately skips to the Catch, which is at the end of your program, so it terminates the program cause there's no following lines of code



Your catch block is outside of the while loop, so it doesn't continue in the while loop after it executes the catch block. Java does not magically read your mind. This wasn't supposed to work. This isn't some obscure error. This is you skipping through whatever 'How to handle exceptions' guide you read, copy pasting some stupid shit that you don't understand, and asking tl to fix your errors.



seems like he answered the question pretty obviously to me
SKT_Best: "I actually chose Protoss because it was so hard for me to defeat Protoss as a Terran. When I first started Brood War, my main race was Terran."
HeavOnEarth
Profile Blog Joined March 2008
United States7087 Posts
May 28 2009 02:02 GMT
#42
.. so RaGe agrees , to argue with SFSkabam .. and you ban him before RaGe even replies?
"come korea next time... FXO house... 10 korean, 10 korean"
HeavOnEarth
Profile Blog Joined March 2008
United States7087 Posts
May 28 2009 02:03 GMT
#43
o noz lets not even address any points of his new post and just ban him
"come korea next time... FXO house... 10 korean, 10 korean"
mahnini
Profile Blog Joined October 2005
United States6862 Posts
May 28 2009 02:03 GMT
#44
i dunno maybe you should take the time to properly indent the code if you want people to take the time to read it. might want to give it some white space too
the world's a playground. you know that when you're a kid, but somewhere along the way everyone forgets it.
HeavOnEarth
Profile Blog Joined March 2008
United States7087 Posts
May 28 2009 02:04 GMT
#45
I mean jesus christ, have you read the begginning of the thread? RaGe started posting shit , pretty much unprovoked as far as i can tell
"come korea next time... FXO house... 10 korean, 10 korean"
aers *
Profile Joined January 2009
United States1210 Posts
May 28 2009 02:04 GMT
#46
it should be throwing an error, catching it, and then going back to the while loop.


Your problem is this is wrong. That's not how try/catch loops work. That is exactly what RaGe pointed out in his first post.

1) try <something>
2) throw exception
3) catch exception
4) execution continues after try/catch block
Chill
Profile Blog Joined January 2005
Calgary25995 Posts
May 28 2009 02:04 GMT
#47
His first post was talking shit to a moderator, so yes, I ban him.
His "real" first post was showing no humility and talking shit to people trying to help him.
Moderator
HeavOnEarth
Profile Blog Joined March 2008
United States7087 Posts
May 28 2009 02:05 GMT
#48
On May 28 2009 11:03 mahnini wrote:
i dunno maybe you should take the time to properly indent the code if you want people to take the time to read it. might want to give it some white space too

can we drop this
read the thread before you post
here it is for you
On May 28 2009 10:02 Abydos1 wrote:
Show nested quote +
On May 28 2009 10:01 Malongo wrote:
HOE I have a suggestion to make life easier to you:
Identation: helps to find easily where your code blocks belong, I hate to see a code that ends in 3/4 brackets and I dont know where the fuck they belong.



fyi, it is indented but quote doesn't show them correctly.

"come korea next time... FXO house... 10 korean, 10 korean"
Elemenope
Profile Blog Joined March 2006
Burkina Faso1704 Posts
May 28 2009 02:06 GMT
#49
On May 28 2009 11:04 HeavOnEarth wrote:
I mean jesus christ, have you read the begginning of the thread? RaGe started posting shit , pretty much unprovoked as far as i can tell



On May 28 2009 09:38 RaGe wrote:
When an exception gets thrown, it immeadiately skips to the Catch, which is at the end of your program, so it terminates the program cause there's no following lines of code

program is doing what you made it to do lol




Yeah man, that was quite posting shit, much unprovoked as far as I can tell too.
In DotA you could
Abydos1
Profile Blog Joined October 2008
United States832 Posts
May 28 2009 02:07 GMT
#50
http://lmgtfy.com/?q=java exceptions&l=1

Learn to do some basic searching first...
"...perhaps the greatest joy possible in Starcraft, being accused of being a maphacker" - Day[9]
mahnini
Profile Blog Joined October 2005
United States6862 Posts
Last Edited: 2009-05-28 02:08:28
May 28 2009 02:07 GMT
#51
[ indent ]

makes it 10x easier to read and shows some effort at least. anyway, doesnt really matter cause people sifter through the code anyway and told him what was wrong and he spazzed out.
the world's a playground. you know that when you're a kid, but somewhere along the way everyone forgets it.
So no fek
Profile Blog Joined June 2005
United States3001 Posts
May 28 2009 02:07 GMT
#52
On May 28 2009 11:06 Elemenope wrote:
Show nested quote +
On May 28 2009 11:04 HeavOnEarth wrote:
I mean jesus christ, have you read the begginning of the thread? RaGe started posting shit , pretty much unprovoked as far as i can tell



Show nested quote +
On May 28 2009 09:38 RaGe wrote:
When an exception gets thrown, it immeadiately skips to the Catch, which is at the end of your program, so it terminates the program cause there's no following lines of code

program is doing what you made it to do lol




Yeah man, that was quite posting shit, much unprovoked as far as I can tell too.


I'd assume he's talking about Rage's second post, which is a small bit on the offense, however, the way the OP handled it from there... /facepalm
#1 Shuttle fan - TeamLiquid CJ Entusman #36 BW4lyfe
ThaddeusK
Profile Joined July 2008
United States233 Posts
May 28 2009 02:07 GMT
#53
rage's first post answered the OP perfectly, shouldve just been closed after it >.>
Chill
Profile Blog Joined January 2005
Calgary25995 Posts
Last Edited: 2009-05-28 02:09:30
May 28 2009 02:08 GMT
#54
Yes I agree Rage escillated it unprovoked. But it's pretty obvious that:
1) You martyr yourself in the first post (slap to moderators' face).
2) It's obviously homework.
3) You don't know what you're doing.

Had you approached with humility and addressed the above three points, we wouldn't be in this situation. Yes, Rage should have been more forgiving and not attacked you/your friend, but after being clearly proven wrong your friend degraded into just insulting everyone. That doesn't fly here.
Moderator
HeavOnEarth
Profile Blog Joined March 2008
United States7087 Posts
May 28 2009 02:08 GMT
#55
On May 28 2009 11:06 Elemenope wrote:
Show nested quote +
On May 28 2009 11:04 HeavOnEarth wrote:
I mean jesus christ, have you read the begginning of the thread? RaGe started posting shit , pretty much unprovoked as far as i can tell



Show nested quote +
On May 28 2009 09:38 RaGe wrote:
When an exception gets thrown, it immeadiately skips to the Catch, which is at the end of your program, so it terminates the program cause there's no following lines of code

program is doing what you made it to do lol




Yeah man, that was quite posting shit, much unprovoked as far as I can tell too.


wow i get more and more convinced you have no idea what you're doing and just copy pasted shit

it's not copy pasted?
at this point he's insulting me as well ; not just my friend

IN response to this
On May 28 2009 09:49 HeavOnEarth wrote:
Show nested quote +
On May 28 2009 09:38 RaGe wrote:
When an exception gets thrown, it immeadiately skips to the Catch, which is at the end of your program, so it terminates the program cause there's no following lines of code

program is doing what you made it to do lol


Firstly, the throw is inside a while loop. What I'm wondering is why the crap it isn't continuing the while loop, opposed to what it does now; which is ends the program. It should not be ending the program, it should be throwing an error, catching it, and then going back to the while loop.

Show nested quote +
On May 28 2009 09:44 RaGe wrote:
wow i get more and more convinced you have no idea what you're doing and just copy pasted shit or something

i mean, your catch block is:

catch(StringTooLongException e){
System.out.println(e.getMessage());
System.out.println("Exception caught! Ending program.");
}


you even print that you're ending the program and you dont want it to end the program?


Oh noes, I has a random print line that hasn't been changed from a previous version. Printing text doesn't end a program. ... (At least not this one)


Rage posts
Maybe you should stop being so defensive and read the fucking solution for a change.

"come korea next time... FXO house... 10 korean, 10 korean"
wesbrown
Profile Joined March 2008
United States31 Posts
Last Edited: 2009-05-28 02:12:36
May 28 2009 02:09 GMT
#56
If you're only using the try/catch block to look for StringTooLongExceptions before printing the input string, you can do this without obfuscating the code by using continue.



+ Show Spoiler +

import java.util.Scanner;
public class UserInput{

public String done= "DONE";;
public Scanner scan = new Scanner(System.in);
public String scanned = "";

public UserInput(){

System.out.println("Type a string. Max 20 characters.");
System.out.println("Type DONE, in all caps to end.");
while(scanned.compareTo(done) != 0){
try{
scanned = scan.next();
if(scanned.length() > 20){
throw new StringTooLongException();
}
System.out.println(scanned);
}
catch(StringTooLongException e){
System.out.println(e.getMessage());
System.out.println("Exception caught! Continuing...");
}
}
}

}


becomes

+ Show Spoiler +

import java.util.Scanner;
public class UserInput{

public String done= "DONE";;
public Scanner scan = new Scanner(System.in);
public String scanned = "";

public UserInput(){

System.out.println("Type a string. Max 20 characters.");
System.out.println("Type DONE, in all caps to end.");
while(scanned.compareTo(done) != 0){
scanned = scan.next();
if(scanned.length() > 20){
System.out.println("Input String was too long.");
continue;
}
System.out.println(scanned);
}
}

}



Note that I'm not familiar with the Scanner class, but it doesn't look like it should throw exceptions based on your code. Given that, there is no reason to use a try/catch block.

http://java.sun.com/docs/books/tutorial/java/nutsandbolts/branch.html
ChillIsPathetic
Profile Joined May 2009
1 Post
May 28 2009 02:10 GMT
#57
Chill you're naught but a pathetic power hungry 13 year old? I like how I get BM'd first, and I'm the bad guy. Rofl.
Seriously, almost the entire TL.net community is fucking trash, including the mods. Seriously, why was Kawaii so pissed about this pathetic site.

Lawl, banned:
Reason: Incosiderate newb. Try harder on your next account.

There will be no more accounts (other than this one)? This site was trash the first time I used it, and it was again, even on Nam's account when I was extremely fucking GM. First some pathetic piece of shit mod closes the first thread, and then I get lawl'd by RaGe, who gains a fuckton of retards behind him? Seriously, you people need to burn at the stake.
Rof. This site is trash, and so are the mods apparently?
HeavOnEarth
Profile Blog Joined March 2008
United States7087 Posts
May 28 2009 02:10 GMT
#58
On May 28 2009 11:08 Chill wrote:
Yes I agree Rage escillated it unprovoked. But it's pretty obvious that:
1) You martyr yourself in the first post (slap to moderators' face).
2) It's obviously homework.
3) You don't know what you're doing.

Had you approached with humility and avoided the above three points, we wouldn't be in this situation. Yes, Rage should have been more forgiving and not attacked you/your friend, but after being clearly proven wrong your friend degrading into just insulting everyone. That doesn't fly here.

3)He didn't even have a chance to explain what he understands and RaGe shits all over him on it?

2)How is trying to understand something homework- we already posted the code, hell we fixed it as well.
"come korea next time... FXO house... 10 korean, 10 korean"
Abydos1
Profile Blog Joined October 2008
United States832 Posts
May 28 2009 02:10 GMT
#59
Indenting (and syntax highlighting) since TL doesn't do it...

http://pastebin.com/m6e7a70d8
"...perhaps the greatest joy possible in Starcraft, being accused of being a maphacker" - Day[9]
Chill
Profile Blog Joined January 2005
Calgary25995 Posts
May 28 2009 02:11 GMT
#60
On May 28 2009 11:08 HeavOnEarth wrote:
Show nested quote +
On May 28 2009 11:06 Elemenope wrote:
On May 28 2009 11:04 HeavOnEarth wrote:
I mean jesus christ, have you read the begginning of the thread? RaGe started posting shit , pretty much unprovoked as far as i can tell



On May 28 2009 09:38 RaGe wrote:
When an exception gets thrown, it immeadiately skips to the Catch, which is at the end of your program, so it terminates the program cause there's no following lines of code

program is doing what you made it to do lol




Yeah man, that was quite posting shit, much unprovoked as far as I can tell too.

Show nested quote +

wow i get more and more convinced you have no idea what you're doing and just copy pasted shit

it's not copy pasted?
at this point he's insulting me as well ; not just my friend

IN response to this
Show nested quote +
On May 28 2009 09:49 HeavOnEarth wrote:
On May 28 2009 09:38 RaGe wrote:
When an exception gets thrown, it immeadiately skips to the Catch, which is at the end of your program, so it terminates the program cause there's no following lines of code

program is doing what you made it to do lol


Firstly, the throw is inside a while loop. What I'm wondering is why the crap it isn't continuing the while loop, opposed to what it does now; which is ends the program. It should not be ending the program, it should be throwing an error, catching it, and then going back to the while loop.

On May 28 2009 09:44 RaGe wrote:
wow i get more and more convinced you have no idea what you're doing and just copy pasted shit or something

i mean, your catch block is:

catch(StringTooLongException e){
System.out.println(e.getMessage());
System.out.println("Exception caught! Ending program.");
}


you even print that you're ending the program and you dont want it to end the program?


Oh noes, I has a random print line that hasn't been changed from a previous version. Printing text doesn't end a program. ... (At least not this one)

Show nested quote +

Rage posts
Maybe you should stop being so defensive and read the fucking solution for a change.


I can't even program and I understand what Rage says. Exception thrown = goto catch. Your friend doesn't address this point at all. So Rage says l2read.
Moderator
Prev 1 2 3 4 5 Next All
Please log in or register to reply.
Live Events Refresh
Next event in 1h 16m
[ Submit Event ]
Live Streams
Refresh
StarCraft: Brood War
Sea 38180
Britney 36049
Jaedong 1347
EffOrt 486
BeSt 380
actioN 296
Nal_rA 181
Dewaltoss 149
Mind 127
[sc1f]eonzerg 45
[ Show more ]
Backho 38
ToSsGirL 33
Rock 28
scan(afreeca) 28
IntoTheRainbow 21
soO 18
zelot 7
Dota 2
Gorgc5104
qojqva1619
syndereN179
febbydoto15
Counter-Strike
fl0m2558
kRYSTAL_27
Heroes of the Storm
Khaldor502
Liquid`Hasu311
Trikslyr80
Other Games
singsing2147
B2W.Neo1079
Lowko495
crisheroes248
Happy217
KnowMe122
Fuzer 122
BananaSlamJamma81
Rex34
Organizations
Dota 2
PGL Dota 2 - Main Stream15355
Other Games
gamesdonequick1165
ComeBackTV 272
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 20 non-featured ]
StarCraft 2
• StrangeGG 57
• EnkiAlexander 51
• poizon28 45
• Hinosc 14
• LUISG 4
• IndyKCrew
• AfreecaTV YouTube
• intothetv
• Kozan
• sooper7s
• LaughNgamezSOOP
• Migwel
StarCraft: Brood War
• blackmanpl 28
• Michael_bg 3
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
League of Legends
• Nemesis7858
• Jankos2323
• Stunt696
Upcoming Events
uThermal 2v2 Circuit
1h 16m
BSL
4h 16m
Sparkling Tuna Cup
18h 16m
RSL Revival
18h 16m
ByuN vs SHIN
Maru vs Krystianer
WardiTV Team League
20h 16m
Patches Events
1d 1h
BSL
1d 4h
Replay Cast
1d 8h
Replay Cast
1d 17h
Wardi Open
1d 20h
[ Show More ]
Monday Night Weeklies
2 days
OSC
2 days
WardiTV Team League
2 days
GSL
3 days
The PondCast
4 days
KCM Race Survival
4 days
WardiTV Team League
4 days
Replay Cast
5 days
KCM Race Survival
5 days
WardiTV Team League
5 days
Korean StarCraft League
6 days
uThermal 2v2 Circuit
6 days
Liquipedia Results

Completed

Proleague 2026-03-13
WardiTV Winter 2026
Underdog Cup #3

Ongoing

KCM Race Survival 2026 Season 1
Jeongseon Sooper Cup
BSL Season 22
RSL Revival: Season 4
Nations Cup 2026
ESL Pro League S23 Finals
ESL Pro League S23 Stage 1&2
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter Qual

Upcoming

CSL Elite League 2026
ASL Season 21
Acropolis #4 - TS6
2026 Changsha Offline CUP
Acropolis #4
IPSL Spring 2026
CSLAN 4
Kung Fu Cup 2026 Grand Finals
HSC XXIX
uThermal 2v2 2026 Main Event
NationLESS Cup
Stake Ranked Episode 2
CS Asia Championships 2026
IEM Atlanta 2026
Asian Champions League 2026
PGL Astana 2026
BLAST Rivals Spring 2026
CCT Season 3 Global Finals
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 2026
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2026 TLnet. All Rights Reserved.