Answers for "import other class java"

1

how to import class from another file in java

import package.myclass;

//But since it's the default package and same, you just create a new instance like:

elf ob = new elf();
Posted by: Guest on March-28-2021
0

import classes from another project java

Right Click > Project.
Click Project Properties.
Click Java Build Path.
Click the Projects Tab.
Click the Add Button.
Select the Project.
Click OK.
Posted by: Guest on May-20-2020

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language