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
javaClassAr
Granite Java
exp 3
Hello world
Desvio Padrão - LPI
test
Multiples of 3 and 5
JAVA # Cümleye Boşluk Bırakma 2
Binary Tree Max path Sum
BiseccionJava