Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

 
 
Thread Tools Display Modes
Prev Previous Post in Thread   Next Post in Thread Next
Old Nov 9th, 2004, 10:03 PM   #1
FidI
Newbie
 
Join Date: Nov 2004
Posts: 7
Rep Power: 0 FidI is on a distinguished road
hi!i am trying to make a program that reads a whole file and then it prints the lines one by one.when i am trying to compile the program i am getting an error message that nextElement() symbol cannot be found.any ideas please?thank you!


import java.io.*;
import java.util.*;

public class token2
{
	public static void main(String args[]) throws IOException{
 String question;

 StringTokenizer currentString;

 	BufferedReader InputData = new BufferedReader(new FileReader("c:/inputData.txt"));


 while ((question = InputData.readLine()) != null){
 	currentString = new StringTokenizer(question,"?");

 	while (currentString.hasMoreElements())
  System.out.println(question.nextElement());

 }

 }
	}
FidI is offline   Reply With Quote
 

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 4:57 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC