Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) when 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 5836What is the difference between throw and throws? What is the similarity between try and throw?
2 5902What is the need of "creating and throwing an UserdefinedException" when the "Exception" class is already available?
4 6957why the wait,notify,notifyall methods are placed in object class?these are the thread concepts why these methods are placed in Object class?
2 11747using equals method overriding which objects are compared?i.e same class objects or other class objects?Explain me.
4 6617
what are the different modes of archival? Explain each mode in two lines each?
What is lazy class?
Realized?
What is a constructor overloading in java?
How to sort array in descending order in java?
Write a program to find the whether a number is an Armstrong number or not?
What is the difference between break and continue statements?
What is an object in java and how is it created?
What do you know about validation plugin ?
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 can you inject java collection in spring?
Can we return resultset in java?
i want test pattern of zylog company and some examples also
explain different ways of using thread? : Java thread
What are the differences between heap and stack memory in java?