Results 1 to 4 of 4
Thread: import java.util ????
- 08-07-2008, 09:35 PM #1
Member
- Join Date
- Aug 2008
- Posts
- 6
- Rep Power
- 0
import java.util ????
i got a question i was writeing this program i was using import java.util.Scanner; what does it really do besides doing input for java. i also
got this other one called import java.util.*;
what does that do. sorry for all these questions just a beginner a java
thanks for any help
- kris
- 08-07-2008, 10:16 PM #2
The import statement provides an extension to the classpath to help the compiler find class definitions. It doesn't do any input, its only information to help the compiler find class files.
- 08-07-2008, 10:32 PM #3
Member
- Join Date
- Aug 2008
- Posts
- 6
- Rep Power
- 0
thanks norm :)
- 08-11-2008, 12:39 AM #4
Member
- Join Date
- Aug 2008
- Location
- The Netherlands
- Posts
- 25
- Rep Power
- 0
Similar Threads
-
error with import java.io.*
By osval in forum New To JavaReplies: 5Last Post: 05-13-2010, 05:03 PM -
java.util
By Java Tutorial in forum Java TutorialReplies: 1Last Post: 02-07-2008, 01:46 PM -
how to import jface in java swt
By rajaletchumy in forum New To JavaReplies: 1Last Post: 08-08-2007, 12:31 AM -
java.util.DateFormat not found in import
By christina in forum New To JavaReplies: 2Last Post: 08-05-2007, 10:31 PM -
The import java.util.Scanner cannot be resolved
By Heather in forum Advanced JavaReplies: 1Last Post: 07-08-2007, 01:05 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks