blue lion@sh.itjust.works to Greentext@sh.itjust.worksEnglish · edit-22 months agoAnon is a math prodigymessage-squaremessage-square27fedilinkarrow-up1334arrow-down19file-text
arrow-up1325arrow-down1message-squareAnon is a math prodigyblue lion@sh.itjust.works to Greentext@sh.itjust.worksEnglish · edit-22 months agomessage-square27fedilinkfile-text
minus-squareunalivejoy@lemm.eelinkfedilinkEnglisharrow-up21arrow-down1·2 months agoFile fails to compile, web server tries to run the file, error.
minus-squaresugar_in_your_tea@sh.itjust.workslinkfedilinkarrow-up2·2 months agoNodejs exists. Here’s a JS snippet that would throw an exception: for (x = 0; x < 5 x++) {}
minus-squarelime!@feddit.nulinkfedilinkEnglisharrow-up1·2 months agoif your server runs user-submitted code server side, that’s a paddlin
minus-squareBlack616Angel@discuss.tchncs.delinkfedilinkarrow-up3·2 months agoIt never said user code. This could as well be an intro to php and the server may be set to not show errors and instead just fail. The lecturer then writes some code, forgets a semicolon and gets a 500.
minus-squareEcho Dot@feddit.uklinkfedilinkarrow-up1arrow-down2·2 months agoIf the file failed to compile the server wouldn’t execute it because a file wouldn’t be created. A compile error stops the process, It doesn’t result in a corrupted output, since that would be really stupid.
minus-squareunalivejoy@lemm.eelinkfedilinkEnglisharrow-up3·2 months agoYou must have never used the eclipse Java compiler.
File fails to compile, web server tries to run the file, error.
Nodejs exists. Here’s a JS snippet that would throw an exception:
for (x = 0; x < 5 x++) {}
if your server runs user-submitted code server side, that’s a paddlin
It never said user code.
This could as well be an intro to php and the server may be set to not show errors and instead just fail.
The lecturer then writes some code, forgets a semicolon and gets a 500.
If the file failed to compile the server wouldn’t execute it because a file wouldn’t be created. A compile error stops the process, It doesn’t result in a corrupted output, since that would be really stupid.
You must have never used the eclipse Java compiler.