
_sondos Ch
- Flag inappropriate
- Show review history
After a long search, I finally found the best app for writing Java codes, easy to use for beginners. Better than that, it's offline and free🔥 I hope it stays like this-forever,We really need it. From now on, u can write codes everywhere without problems.I also liked the font😍,But there is something disturbing when the code results come out(terminal),the writing is very stuck to the edge of the phone 🤏,Shortcuts can be add,Keyword detail, save file in folder with we can open it on same app😊❤️
15 people found this review helpful

Omdeepak Kumar
- Flag inappropriate
- Show review history
please fix import java.io.File; import java.io.IOException; public class Main { public static void main(String[] args) { try { // jis path me file chahiye File file = new File("test_file.txt"); if (file.createNewFile()) { System.out.println("File created successfully: " + file.getName()); } else { System.out.println("File already exists!"); } } catch (IOException e) {
1 person found this review helpful