Java Lambda Example, Except It Works By CodeBoi on 18 Mar 2025 04:21 pm
Language: Java
interface Deez { public void do(); }
public class Main {
    public static void main(String[] args) {
        Deez a = () -> System.out.println("b");
        a.do();
    }
}

1 like

Login to post comments

Comments

CodeBoi's Profile Picture

By CodeBoi

lmfao what

venkat7's Profile Picture

By venkat7

test

venkat7's Profile Picture

By venkat7

first comment