Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
1
import java.util.*; import java.lang.*; class Rextester { public static void main(String args[]) { String x = "abc"; String y = "abc"; x.concat(y); System.out.print(x); } }
run
|
edit
|
history
|
help
0
SecToHours
Alphabets
test1
Frequency
anonymous abstract class
get top k frequent elements ( Priority Queue implementation )
Test
3.c
Weird float operation!
Java Switch