Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Java Lambda Expression Sample
//'main' method must be in a class 'Rextester'. //Compiler version 1.8.0_111 import java.util.*; import java.lang.*; class Rextester { public interface TestInt { public void print(); } public static void main(String args[]) { TestInt ti = () -> System.out.println("Hello, World!"); ti.print(); } }
run
|
edit
|
history
|
help
0
JAVA # Cümleye Boşluk Bırakma 2
Lexisort
Odd Numbers
H
темп
Sorting array
LRU cache - Using doubly linked list (Fast!)
circleapp.java
HelloWorld2
Basic