Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Java Replace Method
//'main' method must be in a class 'Rextester'. //Compiler version 1.8.0_111 import java.util.*; import java.lang.*; class Rextester { public static void main(String args[]) { //Store the string in the line String line = "aids:áassessment"; //Replace method to remove the character desired line = line.replace("á", ""); //print System.out.println(line); } }
run
|
edit
|
history
|
help
0
binary search
4.A
1(E)
Print out perfect numbers 0 – 10,000
Java
log
final method
get top k frequent elements ( Priority Queue implementation ) Language: Editor: Layout:
Jh
jb12.0 threads.enums