-
Import Question
I have a question !!
im fairly new to Java and in my class we are doing multi class and we use
Validation myVal = new Validation(intQuantity);
to send the info to the class
can i just import that class?? can call the function ???
import Validation.*; ?????
-
If your class is in the same directory then you shouldn't have to specify an import tag. Otherwise you're gonna want to package it and put it in the relevant directory.
Meethoss
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|