Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.73K
1 Posted Topic
Re: read from file
>usama: hi all how i can read from text file please send to me the code try { BufferedReader in = new BufferedReader(new FileReader([COLOR=#0066ff][I]"inputfilename"[/I][/COLOR])); String str; while ((str = in.readLine()) != null) { [COLOR=#0066ff][I]/*Add your code to process the string*/[/I][/COLOR] } in.close(); } catch (IOException e) { }
The End.
sumittz