Skip to main content

void main()

it means you are so stupid that u r 1 pill shy of an excedrin bottle
you f'n void main()
void main() by thug4life January 27, 2003

public static void main(String[] args){ 

The most annoying line a beginner Java programmer has to type in each one of their programs. This is also the line where most n00bish typos appear.
Comparison of Java to QBASIC

Java:

public class PrintHi{
public static void main(String args){
System.out.println("Hi");
}
}

QBASIC:

?"Hi"

Hmm, 95 characters or 5? Tough choice.

public static void main string args 

The thing I have to write in Java to do fuck all
// example of public static void main string args

import java.util.scanner;

public class Main {

private int num = 4;

public static void main(String args) {

Scanner inp = new Scanner(System.in);

System.out.println("Enter Name: ");

String name = inp.nextLine();

System.out.println("Hi", name, "! your number is " num, ".");

}

}
A small piece of information. Derived from the word ken, used often in the scottish language and is synonymous with knowledge.
Person 1: "Hey I don't get this shit. How do you solve this problem?"
Person 2: "I got that one. Give me some kenlets on this assignment and I'll help you w/ that one."
kenlet by Norma Y. October 8, 2005
Word of the Day on July 13, 2026

I mean I guess bro

a word of expression to when you give up on comprehending someone's words of ignorance, stupidity, absurdity or are too exhausted to formulate a proper response.

Commonly seen in TikTok comment sections in replies to lazy attempts at humor, overconfidentally incorrect statement, or an over-the-top comment or when someone completely misses the mark on something.
"actually... incorrect statement, hope this helps!"
"I mean I guess bro"
Word of the Day on July 12, 2026

abandonware 

n. software that is no longer sold or supported by the original publisher / developer, often found as free downloads on the internet because it cannot be obtained elsewhere. Not legal, but often seen as morally acceptable because the company that made it is no longer selling the title, nor releasing it as freeware, therefore abandonware is "keeping the game alive", so to speak.
Doom II is not abandonware because id still sells it, while The Incredible Machine is not sold, therefore is abandonware.
abandonware by Spoom October 24, 2003
Word of the Day on July 11, 2026