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 |
What do you mean by platform independence of Java?
Why volatile is used in java?
Can we catch more than one exception in a single catch block?
What is difference overloading and overriding?
What is scope & storage allocation of static, local and register variables? Explain with an example.
What is meant by final class?
What is variable and example?
Why is stringbuffer not immutable?
What is r in java?
Differences between external iteration and internal iteration?
What are register variables what are the advantages?
Instead of writing Home, Remote Interfaces if i directly extends EJBObject to bean class what happens?