Ceriwis  

Go Back   Ceriwis > HOBI > Komputer & Teknologi > Programming

Programming Share, tanya jawab, saling bantu antar programmer dengan berbagai macam bahasa pemrograman.

Reply
 
Thread Tools
  #1  
Old 11th November 2011
Braincode's Avatar
Braincode Braincode is offline
Ceriwis Addicted
 
Join Date: Nov 2011
Posts: 4,638
Rep Power: 21
Braincode mempunyai hidup yang Normal
Default [ask]tanya java reader and writter file

import java.io.File;

import java.io.FileNotFoundException;

import java.io.FileReader;

import java.io.IOException;

import java.io.PrintWriter;

import java.util.Scanner;





public class Man {





public static void main(String[] args) {

String baca = null;



File Data= new File("data.txt");



try {

Data.createNewFile();

} catch (IOException e) {

// TODO Auto-generated catch block

e.printStackTrace();

}



System.out.println(Data.isFile());

if(Data.isFile()==true)

{



PrintWriter Tulis;

try {

Tulis = new PrintWriter(Data);

Tulis.write("selamat mencoba1"); <
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Terkait
Thread Thread Starter Forum Replies Last Post
JUAL 5in1 Connection Kit: Card reader+USB+AV output, Cara Gampang Transfer File ke Ipad SerbaFree Gadget dan Aksesoris 0 8th November 2012 10:42 AM
[Ask] kenapa kalo instal adobe reader, semua file .EXE kebukanya pake acrobat reader? KernelZero Shareware & Freeware 0 24th October 2012 01:01 PM
JUAL HD Player Digimedia DM-1080P | HDD / USB / MMC Reader | All File Support(Mkv/Avi/Flv) BeliLED TV, LCD & Projector 0 23rd October 2012 03:44 PM
[ask][java] about buffered reader [cendol ready] JagoVB Programming 0 20th November 2011 09:20 AM
[ask]Upload file dengan java Badguy13 Programming 0 20th November 2011 12:26 AM

 


All times are GMT +7. The time now is 06:29 AM.