What are the design considerations while making a choice between using interface and abstract class?
1094What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
1033Post New Advanced Java Questions
What is the difference between long.class and long.type?
Explain ioc concept?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
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 is the difference between a static and a non-static inner class?
What are the steps to write p-to-p model application?
How primary key is implemented in Oracle?
Difference between loadclass and class.forname?
What is a class loader?
How would you detect a keypress in a jcombobox?
Which textcomponent method is used to set a textcomponent to the read-only state?
Which class is the immediate superclass of the menucomponent class?
Difference between new operator and class.forname().newinstance()?
What is colon_pkg_prefixes and what is its use?
how to use debug in my elipse to solve problems that exist in my project