Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. package senkisexhiro;
  2.  
  3. public class hiro {
  4.  
  5. public static void main(String[] args) {
  6.  
  7. String filenev="hiro.txt";
  8. try {
  9. File file=new File(filenev);
  10. }catch(IOException e) {
  11. System.err.println ("A fájl már létezik("+e.getMessage()+")");
  12. }
  13.  
  14. }
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement