how can we import the user defined package without classpath?



how can we import the user defined package without classpath? ..

Answer / anand

create jar file for your class and place under jre ext
folder

Is This Answer Correct ?    12 Yes 5 No

Post New Answer

More Core Java Interview Questions

These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }

0 Answers   HCL,


Which variable is the independent variable?

0 Answers  


A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.

0 Answers  


What is a java lambda expression?

0 Answers  


What’s the difference between the methods sleep() and wait()?

0 Answers  


why constructor dont have returns type?

9 Answers   IBM,


can any one tell me when do u go for inheritance and polymorphism

3 Answers  


What is Co-Variant return type in method overriding?

1 Answers   RBS,


We are seeing so many videos/audios as many web sited. But question is these videos or audios are stored in Databases ( Oracle, Mysql, Sybase,... ) or stored any file directory from there they will give the link for that? Pls explain and give sample code to achieve this one? Thanks, Seenu.

0 Answers   Symphony,


What is meant by throwing an Exception?

4 Answers   Accenture,


what is session in java?

0 Answers   Seventhsense Technologies,


Can we return null in java?

0 Answers  


Categories