An After-School Program Teaches Teens Java and Python
An After-School Program Teaches Teens Java and Python
The students also learn how to design board games and video games
An After-School Program Teaches Teens Java and Python::The students also learn how to design board games and video games
You're viewing a single thread.
PUBLIC STATIC VOID MAIN STRING ARGS
37 4 ReplySay it with me:
PUBLIC STATIC VOID MAIN STRING ARGS
11 1 ReplyPUBLIC STATIC VOID MAIN STRING ARGS
5 0 Reply
INT MAIN INT ARGC CHAR POINTER ARGV ARRAY BODY
10 0 Replyyou know how it goes
3 0 ReplyAs of java 21, you can actually just use:
void main()
2 0 ReplyYou'll definitely get to use Java 21 in whatever job you get.
2 0 Reply
It feels like some arcane spell when you first learn it, but once you are familiar with Java, each token in that declaration feels totally justified. Like yeah, the args are an array of strings. Yeah, the main function needs to be static and public. Yeah, it doesn't return anything inside the JVM, so it's void.
4 2 ReplyJava21 is gonna flip your whole world upside down
1 3 ReplyYeah my brain still thinks about Java in Java 8 because that was primarily what I worked on when I was a dev.
1 0 Reply
This had me burst out in laughter real hard omg
1 0 Reply