Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) How can you use spring to resolve collaborators for your bean? Also state the advantages of auto wiring?
449Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
971I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?
944
What is difference between hashset and hashmap in java?
What is super?
When super keyword is used?
What is spring mvc framework?
Mention different types of messages available in JMS API?
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
Describe dispatcherservlet.
What is java lang string?
Which Java and java.sql data types map to my specific database types?
What is phantom read and which isolation level prevents it?
What is an ejb context?
What is the purpose of tostring() method in java?
What are classes for spring jdbc api?
What provisions does WebSphere Application Server provide to prevent denial of service attacks?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?