What class in java is never imported -
i'm learning java myself , read question in book states: "which java class never needs imported." can me?
java.lang.*
automatically imported.
this contains classes system
, object
, string
, math
, etc.
i'm learning java myself , read question in book states: "which java class never needs imported." can me?
java.lang.*
automatically imported.
this contains classes system
, object
, string
, math
, etc.
Comments
Post a Comment