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 |
Why we cannot override static method?
What's the base class of all exception classes?
What is bool mean?
What does the three dot emoji mean?
What is the functionability stubs and skeletons?
is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?
Does list allow duplicates in java?
What is string in java is it a data type?
Explain serialization and deserialization in java?
how to connect one jsp page to another jsp page????
There are 2 methods in a class. Both have the same method signature except for return types. Is this overloading or overriding or what is it?
Are true and false keywords?