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 5667What 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 6762why the wait,notify,notifyall methods are placed in object class?these are the thread concepts why these methods are placed in Object class?
2 11549using equals method overriding which objects are compared?i.e same class objects or other class objects?Explain me.
4 6410
How can you share data between two thread in Java?
What is literal example?
define the terminology association.
how to connect to database to the remote system?
Is spring boot an open source? : Spring Boot
What is @mapsid?
Can we call the run() method instead of start()?
What if you need to span your transaction across multiple servlet invocations?
What is the procedure of operation of a form tag?
Why doesn’t a servlet include main()?
How many types of logs are there?
How are springs formed?
What inbuilt themes are provided by struts2?
What is cross cutting concern and concern in spring aop?
What are some alternatives to inheritance?