Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) Difference between web container & web server........... Difference between web server & application server?????????
TCS,
8 32504in 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 15513when the webcontainer creates ServeletConfig,ServletContext objects? befoure creating the Servlet object or not?
TCS,
4 15014when 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 5681What is the difference between throw and throws? What is the similarity between try and throw?
2 5755What is the need of "creating and throwing an UserdefinedException" when the "Exception" class is already available?
4 6773
What is java actionlistener?
What is JDBC Statement?
what is the difference between thread and runnable types? : Java thread
What is aop proxy?
What is the xmlaccess configuration file export.xml?
Does java return by reference?
According to java operator precedence, which operator is considered to be with highest precedence?
What is the spring mvc framework?
What is the method to expand and collapse nodes in a jtree?
How should I use sorted queues? : BEA Weblogic
Is an object null?
What are the various access specifiers in java?
Which design pattern is used in spring boot? : Spring Boot
What is the major difference between java.util.date and java.sql.date data type?
How do you add an arraylist to an array in java?