0
Call class crom other packages
Hi If import a class (with name "myclass") from other package : Import com.sample.java.myclass; And we have one local class on current package with the same name (myclass) When we call myclass as: myclass obj=new muclass(); 1-Now what happen? And which call? 2- if we want call myclass on "com.sample.java" package how?
1 Resposta
0
is your class declared public?