Answer Posted / kannan
java file extract the .jar save
| Is This Answer Correct ? | 12 Yes | 38 No |
Post New Answer View All Answers
What restrictions are placed on the location of a package statement within a source code file?
Describe activation process?
the same information whether it will connect to the database or it will be used previous information?
What is bean? Where can it be used?
Can I map more than one table in a cmp?
Name three component subclasses that support painting?
Is it possible to stop the execution of a method before completion in a sessionbean?
Is a class a subclass of itself?
what are the advantages of JTA over JTS?
What is the difference between the string and stringbuffer classes?
What is abstract schema?
Do you think that java should have had pointers?
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!
What class is used to create Server side object ?
What is the difference between the ‘font’ and ‘fontmetrics’ class?