Answer Posted / devarathnam c,kotagudibanda(po
Hi...The source code file itself is a compilation unit
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can I run seam outside of jboss as?
Write a program to show synchronization?
What is prototype?
What method is invoked to cause an object to begin executing as a separate thread?
Explain about local interfaces.
Are enterprise beans allowed to use thread.sleep()?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
What happens when a thread cannot acquire a lock on an object?
Can I map more than one table in a cmp?
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!
How many times may an objects finalize() method be invoked by the garbage collector?
How messaging services are done, before release of JMS?
What is an abstract method?
Which class is the immediate superclass of the menucomponent class?
What is the difference between ear, jar and war file?