Answer Posted / somu
jar -cvf jarName.jar *.class
| Is This Answer Correct ? | 19 Yes | 15 No |
Post New Answer View All Answers
What is a class loader? What are the different class loaders used by jvm?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
what is handle?
What is synchronization and why is it important?
What is Stream Tokenizer?
Difference between new operator and class.forname().newinstance()?
how do you Handle Front End Application data against DB with example?
What is the purpose of the finally clause of a try-catch-finally statement?
When a thread blocks on i/o, what state does it enter?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
Explain the difference between object state and behavior?
what is Activation Instantinator?
What if the static modifier is removed from the signature of the main method?
Should synchronization primitives be used on bean methods?