Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116)
Can we use synchronized block for primitives?
What are the different modules in spring?
Is spring bin thread-safe?
Which interface does java.util.hashtable implement?
Name few java 8 annotations ?
Does entitymanager flush commit?
What is ticketing tool used in your project?
Explain The Methods For Providing User Credentials For Starting The Server ?
Write an sql to find all records having all upper case alphanumeric characters in a field ?
The ejb container implements the ejbhome and ejbobject classes. For every request from a unique client, does the container create a separate instance of the generated ejbhome and ejbobject classes?
What does function identity () do?
What is an infinite loop in java? Explain with an example.
Are arrays classes in java?
Is session a thread-safe object?
What is defined as false sharing in the context of multithreading?