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 5665What is the difference between throw and throws? What is the similarity between try and throw?
2 5747What is the need of "creating and throwing an UserdefinedException" when the "Exception" class is already available?
4 6760why the wait,notify,notifyall methods are placed in object class?these are the thread concepts why these methods are placed in Object class?
2 11544using equals method overriding which objects are compared?i.e same class objects or other class objects?Explain me.
4 6398
What is a JAR file?
Difference between association, composition and aggregation?
Difference between linkedlist and arraylist.
What is java ceil?
What is a databasemetadata?
Can a lock be acquired on a class in java programming?
Where and how can you use a private constructor?
What are loops in java?
Why we use struts in java?
Why orm tool is being used?
What is a session? Can you share a session object between different theads?
What is the purpose of orm?
What is a variable and constant?
What is difference between java and java ee?
Can we pass null as argument in java?