Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) Difference between web container & web server........... Difference between web server & application server?????????
TCS,
8 32569in 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 15591when the webcontainer creates ServeletConfig,ServletContext objects? befoure creating the Servlet object or not?
TCS,
4 15055when 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 5699What is the difference between throw and throws? What is the similarity between try and throw?
2 5799What is the need of "creating and throwing an UserdefinedException" when the "Exception" class is already available?
4 6810
How do you read a char in java?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
Difference between default and protected access specifiers?
What are the advantages of using preparedstatement over statement?
What is the difference between constructor injection and setter injection?
Why java is called portable language?
What is meant by framework in java?
What value does read() return when it has reached the end of a file?
How to perform selection sort in java?
How can we get hibernate statistics?
how many ways can you deploy applications in websphere?
Can a lock be acquired on a class in java programming?
How many functional interfaces does java 8 have?
What is query cache?
How can I avoid resourceexceptions when sending more requests for database connections from the pool than are currently available? : BEA Weblogic