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 5679What is the difference between throw and throws? What is the similarity between try and throw?
2 5750What is the need of "creating and throwing an UserdefinedException" when the "Exception" class is already available?
4 6766why the wait,notify,notifyall methods are placed in object class?these are the thread concepts why these methods are placed in Object class?
2 11563using equals method overriding which objects are compared?i.e same class objects or other class objects?Explain me.
4 6420
What is meta annotation in spring?
What is difference between jdbc and odbc?
What is the principle difference between the working mechanism of jms and rpc?
How many bits are in a sentence?
What are streams?
What is the use of component scan in spring?
What does a void function return?
What is cascade persist?
What are web technologies in java?
What role does the sessionfactory interface play in hibernate?
Why spring framework is needed?
What are the differences between throw and throws?
What is difference between == and === in js?
What is the hibernatetemplate class?
Can static methods be inherited?