Thread 1533512 - /wsr/ [Archived: 52 hours ago]

Anonymous
7/14/2025, 5:21:54 PM No.1533512
java
java
md5: decc7d4982635220fa8bb24dab0998a2🔍
does anyone have that screenshot of an indian youtuber endlessly chaining methods in Java?
Replies: >>1533520 >>1533602
Anonymous
7/14/2025, 6:12:06 PM No.1533520
>>1533512 (OP)
>endlessly chaining

Different methods?

Because instances doesn't sound complicated at all using recursion.
You can easily start any n functions by doing

void recur(int i, int n){
if(i < n) recur(i+1, n);
}

Now call recur(1,n).

of course endlessly is even easier

void recur(){
recur();
}
Anonymous
7/15/2025, 3:16:30 PM No.1533602
>>1533512 (OP)
you talking about this video?
https://youtu.be/m_Dp4nMr_AY?t=7231
it was javascript not java.
Replies: >>1533662 >>1534132
Anonymous
7/15/2025, 11:36:32 PM No.1533662
>>1533602
yes that was it, cheers
Anonymous
7/20/2025, 6:26:22 AM No.1534132
1560337777853
1560337777853
md5: b9c4131e318a5782c92191b8fa104c32🔍
>>1533602
>this is a twitter clone
>looks at url
>twitter.com