Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) Difference between web container & web server........... Difference between web server & application server?????????
TCS,
8 32899in 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 15881when the webcontainer creates ServeletConfig,ServletContext objects? befoure creating the Servlet object or not?
TCS,
4 15234when 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 5830What is the difference between throw and throws? What is the similarity between try and throw?
2 5901What is the need of "creating and throwing an UserdefinedException" when the "Exception" class is already available?
4 6954
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
How does java handle integer overflows and underflows?
What do you mean by an interface in java?
Can we return resultset in java?
Explain public static void main(string args[]) in java.
Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance
How to sort array in descending order in java?
What is java string pool?
What is the first argument of the string array in main method?
i want test pattern of zylog company and some examples also
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
What is an object in java and how is it created?
Can we extract main method from another class?
What is the difference between equals() and == in java?
What is the difference between filters and interceptors ?