Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

What is the difference between import static com.test.Fooclass and import com.test.Fooclass?

Pragya Keshap answered on February 4, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers


What is the difference between import static com.test.Fooclass and import com.test.Fooclass?

0

First import is a static import and the second import is normal

import of a class. First import allows us to import static members of

class.

tutorialspoint.com/what-are-the-differences-between-import-and-static-import-statements-in-java

Popularity 1/10 Helpfulness 1/10 Language java
Source: Grepper
Link to this answer
Share Copy Link
Contributed on Feb 04 2023
Pragya Keshap
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.