1.

What Happens If You Do Not Provide Any Package Declaration In Your Java Programming Code?

Answer»

When no PACKAGE declaration is SPECIFIED, java.lang package GETS imported by DEFAULT.

When no package declaration is specified, java.lang package gets imported by default.



Discussion

No Comment Found