Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) What are data-sources and what features do they offer? What are the recommend parameters to improve the prformance from data-source point of view.
976What command will you use to recursively search for a particular string across multiple files in your currentdirectory?
989If a java process keeps going down due to an out of memory error, what all java options would you start with that would tell you what was in memory at the time of the out of memory error?
1070
Which method is used by the applet to recognize the height and width?
What is servlet and list its types?
How to handle exceptions thrown by application with another servlet?
Is 0 a real number?
Explain spring beans?
How important is the spring bean configuration file?
What is publish/subscribe messaging?
What are wrapper classes in java?
Why do we need aop in spring?
Does spring boot need tomcat? : Spring Boot
What are spring applications?
Explain constructors and types of constructors in java.
Why we do exception handling in java and how many types of exceptions are there?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
What is @configuration in spring boot? : Spring Boot