4 Crazy Java Programs | Do you understand them?

preview_player
Показать описание
Ivan on Tech
Рекомендации по теме
Комментарии
Автор

This is my favorite so far! Mind blowing

joshuageorge
Автор

The explanation of the float program could have better.

richJinny
Автор

To become blockchain developer which programming language is best or required???

iamnaman
Автор

bro you can't imagine ... At my University at programming 1 first semester programming ( C Programming ) if you want to pass with 5/10 the exams you have to know more that this... they are 8 year students undergratuate and they can't pass it because they figure out ... tricks like that with pointers ... i got 8/10 ( with 3rd time ) and i am one of a few exeptions there ... with 8/10 ... and also the teacher has said to us This trick you will not see it at any code ... only if you are somekind of Psycho ... but the good thing is that gives you an advandage solving logical/Memory errors

ΚΩΝΣΤΑΝΤΙΝΟΣΠΑΠΗ
Автор

the explanation with float and int is just so wrong

justthings
Автор

I had to try this
public class App {
public static void main(String[] args) throws Exception {

final float START =
int count = 0;



System.out.println(START ==


}
}

danny_KE
Автор

Java devs were too smart. Btw gud video.

debjit
Автор

Oh wow, i recognized it was unicode but thats so cool XD, its literally just \n

gentryhaney
Автор

the only explanation I liked was for the first one. the explanation for the others was lacking, borderline contradictory.

michaeldblack
Автор

Your "Crazy2" explanation is bogus. "j++" will increment the variable after it has been used in "j = j++", that is correct. But: This will CHANGE the variable from "0" to "1". The real question is: If this happens 100 times, why is the final output "0"? That's what needs an explanation, but you're not touching on that.

dreamspacepresident