Answer Posted / jay
just go to file menu AND CLICK ON THE OPTION EXPORT/EXPORT
AS JAR FILE/CREATE JAR FILE
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
How will you pass parameters in RMI? Why do you serialize?
What restrictions are placed on the location of a package statement within a source code file?
What is a clone?
Why use a datasource when you can directly specify a connection details?
To what value is a variable of the string type automatically initialized?
Explain the steps in details to load the server object dynamically?
Is it possible to stop the execution of a method before completion in a sessionbean?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
Do I need to import javlang package any time? Why ?
What is clustering? What are the different algorithms used for clustering?
What is the difference between java class and bean?
What is TL and its use?
What is the difference between a static and a non-static inner class?
When a thread blocks on i/o, what state does it enter?
What’s jboss cache in short?