Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Java by (13.1k points)
Can anyone help me what is the exact meaning of import statement in Java?

1 Answer

0 votes
by (26.7k points)

Basically, import declarations are not statements, which are short-hand enablers at the source code level. It also allows referring to a static member or type using a single identifier.

I hope this will help.

Want to become a Java Expert? Join Java Course now!!

Want to know more about Java? Watch this video on Java Tutorial for Beginners | Java Tutorial:

Related questions

0 votes
1 answer
0 votes
1 answer
asked Feb 18, 2021 in Java by Jake (7k points)
0 votes
1 answer
0 votes
1 answer
+7 votes
2 answers

Browse Categories

...