Delimiter/Output Issue Programming Software Development by Hanyouslayer … true if the title is found; // false otherwise. public boolean videoSearch(String title) { System.out.println("See Programming Exercise 8… Re: Will you live in this apartment? Community Center Geeks' Lounge by Ancient Dragon Any worse than [URL="http://video.google.com/videosearch?hl=en&q=joe's+apartment&um=1&ie=UTF-8&sa=X&oi=video_result_group&resnum=4&ct=title#"]this [/URL]? Re: Lost and need direction please Programming Software Development by Ancient Dragon … screens for Windows 7. [URL="http://video.google.com/videosearch?client=firefox-a&rls=org.mozilla:en-US:official… Re: how to run c#program in VS2005 Programming Software Development by avirag And you can go through this link: [url]http://video.google.com/videosearch?hl=en&q=how+to+make+C%23+application+in+visual+studio+2005&um=1&ie=UTF-8&ei=Zyf9SoaZNoa86APwrsHgCg&sa=X&oi=video_result_group&ct=title&resnum=4&ved=0CBwQqwQwAw#[/url] It will surely help you a lot..............:) Re: google images download into my server Programming Web Development by Jamesapoe ….addSearcher(new google.search.ImageSearch()); searchControl.addSearcher(new google.search.VideoSearch()); searchControl.addSearcher(new google.search.WebSearch()); searchControl.addSearcher(new google… Re: Delimiter/Output Issue Programming Software Development by masijade Rather than Scanner use a BufferedReader, its readLine method, and String's split method. Re: Delimiter/Output Issue Programming Software Development by Hanyouslayer [QUOTE=masijade;1072324]Rather than Scanner use a BufferedReader, its readLine method, and String's split method.[/QUOTE] But, In my MainProgVideoStore class, I use hasNext in my while loop. I am unsure of how to do that with bufferedreader. The rest of it, the split, and readLine isn't a problem. Re: Delimiter/Output Issue Programming Software Development by masijade You don't have to. Simply do readLine until it returns null as shown in the second example in the [url=http://java.sun.com/docs/books/tutorial/essential/io/charstreams.html]Tutorial[/url]. Re: Delimiter/Output Issue Programming Software Development by Hanyouslayer [QUOTE=masijade;1073361]You don't have to. Simply do readLine until it returns null as shown in the second example in the [url=http://java.sun.com/docs/books/tutorial/essential/io/charstreams.html]Tutorial[/url].[/QUOTE] Thanks : D, I got it to work. Marked thread as [B]Solved[/B].