can we define package statement after import statement in java

Solutions on MaxInterview for can we define package statement after import statement in java by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
showing results for - "can we define package statement after import statement in java"
Mateo
17 Nov 2017
1We canโ€™t define package statement after import statement in java. 
2package statement must be the first
3statement in source file. We can have comments before the package statement