Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) Difference between web container & web server........... Difference between web server & application server?????????
TCS,
8 32479in a constructor what happen if u call super and this in the same class? i know that it is not possible to call both in the same one? if we call what will happen?
10 15491when the webcontainer creates ServeletConfig,ServletContext objects? befoure creating the Servlet object or not?
TCS,
4 14996when i write string s1="java"; in one program(application) and string s2="java"; in another application on the same jvm will both objects s2,s2 will refer to same memory location where "java" is stored in string pool.
2 5674What is the difference between throw and throws? What is the similarity between try and throw?
2 5747What is the need of "creating and throwing an UserdefinedException" when the "Exception" class is already available?
4 6764
How to handle exceptions in spring mvc framework?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
What is a unidirectional relationship?
What is viewresolver spring mvc?
Describe about dao in spring framework?
what do you understand by url rewriting?
Why do you canvas?
What is ldap realm support and why would I want to use it?
How many ways can we create singleton class?
What is the difference between double and float variables in java?
What does hibernate show_sql true mean?
What is dialect in java?
How do you add an arraylist to an array in java?
What is function and its uses?
What is connection pooling and why it is used?