Questions tagged [editplus]

EditPlus is a text editor, HTML editor, PHP editor, Java editor and Hex Viewer for Windows. While it can serve as a good Notepad replacement, it also offers many powerful features for Web page authors and programmers.

32 questions
-4
votes
1 answer

Java compile expected public class error

class { public static void main(String[] args) { System.out.println("Hello World!"); } } while compiling it was showing error ---------- Compile ---------- Untitled1.java:1: error: expected public class …
Prajwal P K
  • 9
  • 1
  • 3
-4
votes
1 answer

Record the current date to a .txt file in Java and saves it?

What's the simplest way to record the current date to a (text) file in Java? and that saves it so after time you will have a list of dates
ray
  • 11
  • 2
1 2
3