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.71K
1 Posted Topic
Either import the package.* or package.classfilename, where package is the package the your class file is directly in. and you will be able to call the class statically (class.*()) or as an Object Class (new class). Note that usually java only lets you make the class name match the file …
The End.
dimapoter