Which is worse: Java, or JavaScript?

Which is worse: Java, or JavaScript?

Attached: againstcorruption.jpg (300x492, 27K)

what came first, the chicken or the egg?

Evolutionarily speaking, the egg.

>main does not return int
>needlessly waits for input at the end

fucking literally pajeet code holy fuck

a shitty programmer

she also didnt include conio.h so it wont work anyway

>needlessly waits for input at the end
cmd.exe will exit before you get to read the goal

JavaScript is a worse language but it is almost unavoidable. You can avoid Java easily and be no worse off.

poo in loo
both are shit

Wrong. A species can't give birth to a different species. Whatever lays a chicken egg is also a chicken

>What are mutations

this is why you never learn C from a pajeet.
all they use over there is turbo C and dos.

what about those zebra / horse hybrids and so on

see

Seriously, just think about it for a second. If some non chicken suddenly had a chicken offspring then the chicken would just die without ever passing on offspring since it would be the only one of its kind. A chicken egg can only be laid by a chicken

JS is far worse
Java is a relatively nice language to use

why can whites mix with blacks and give birth to abominations then

2 edgy m8

No it won't. You type in the name of a program along with its parameters, the command line executes the program, displays its output, and then prompts for you to run another program. Killing a child process doesn't kill the parent along with it.

Javascript has worse fundamental design flaws but Java has worse design patterns and bloat hell. In the end I would rather deal with Java because you can always write it in a much simpler way without the insane class hierarchies.

t. never used dos

I actually have. cmd.exe shouldn't close after one command... unless that command crashes the entire OS, which can happen from time to time in DOS.

>Has no grasp whatsoever of evolutionary biology.
Different species can mate and produce offspring, the same species can mate and produce slightly different offspring, ie the horse zebra hybrids or any ring species.
Basically the point is that the egg came first because, evolutionary, every chicken is a proto-chicken and the egg they lay gives rise to the next version of chicken, so a chicken v3's egg was laid by a chicken v2.9

>std::system("pause");

Attached: 1480540420690.jpg (562x527, 61K)

Both are cancer but js is worse because the web must die.

she qute, but too spicy for me.

Even worse. This introduces a security hole.

wtf is that syntax?

That's C. Or, well, an approximation of C. Declaring main as void is illegal and invalid C, even if some compilers let it happen anyways.