[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology

Name
Options
Comment
Verification
4chan Pass users can bypass this verification. [Learn More] [Login]
File
  • Please read the Rules and FAQ before posting.
  • You may highlight syntax and preserve whitespace by using [code] tags.

08/21/20New boards added: /vrpg/, /vmg/, /vst/ and /vm/
05/04/17New trial board added: /bant/ - International/Random
10/04/16New board for 4chan Pass users: /vip/ - Very Important Posts
[Hide] [Show All]


[Advertise on 4chan]


File: 1789085816561.jpg (100 KB, 1661x624)
100 KB JPG
Why is Java like this? What were they thinking?
Seriously though. Just ... why?
>>
File: 1786885098164789.webm (2.93 MB, 408x720)
2.93 MB
2.93 MB WEBM
please to understanding sar, the needful is done for gorgeous looks
>>
>>109785754
>.Equals
>>
>>109785784
Why did he do that
>>
File: pjt.png (150 KB, 557x438)
150 KB PNG
>>109785754
SAAR, Don't eat my brain!
>>
>System.out.println(200 == 200);
>true
Kill yourself, and kill every last pajeet on this planet
>>
>>109785754
Without any optimization both are always false because you are comparing pointers to objects. At certain point it was decided to avoid spawning new objects for every Number object that was used often enough. That is why 100 gets true because both instances are the same while 200 returns false because two instances were spawned.
>>
File: aww yiss.png (346 KB, 393x572)
346 KB PNG
>>109785784
I never knew this frame was from that video. I've seen this frame a ton of times and never knew the origin until I went through it myself just now.
>>
>>109785754
That guy looks like an Indian version of Hasan Piker.
>>
>>109786332
Genuinely what point Murtrash trying to make?
I'm not giving a jeet a view, someone tell me.
>>
File: pjt.gif (11 KB, 640x360)
11 KB GIF
>>109786332
SAAR, you are not using correctly the beautiful language.
class Main {
static void main() {
{
Integer moomoo = 100;
Integer poopoo = 100;
System.out.println(moomoo == poopoo);
}
{
Integer moomoo = 200;
Integer poopoo = 200;
System.out.println(moomoo == poopoo);
}
}
}
>>
>>109785754
public class RetardTest
{
public static void main(String[] args)
{
System.out.println(100==100);
System.out.println(200==200);
}
}

>$ java RetardTest
>true
>true
>>
>>109786382
How new are you?
>>
>>109785754
Bait
>>
>>109785784
The way the train hits his hand first as a sort of gentle foreshadowing of what's about to come just a fraction of a second later. Beautiful. Just wish it had sound
>>
>>109785784
>>109786382
>>109786192
>>109787999
He survived btw
>>
>>109788240
that has been debunked
>>
>>109788247
https://www.thehindu.com/news/cities/Hyderabad/man-gets-hit-while-recording-selfie-with-approaching-train/article61490476.ece
>>
>>109788270
>nearly die in a horrific accident
>ordered to pay a $5 fine
kek



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.