Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) How does marker interface provides functionality to the implemented class ? or How dose maker interface gets the functionalities as serialization or cloning.
4 8922Why sleep()is in Thread and wait() in Object class? Why can't I have both in one class or vice versa?
1 6023This is related to threads. I have a class with synchronized method m1(). Can I create different instances of this class and execute the m1() for different threads?
3 6071
Why collection doesn’t extend cloneable and serializable interfaces?
Define canvas?
What is use of super keyword?
What is jpa and spring data jpa?
What are spring boot starter projects? : Spring Boot
How many characters is 16 bytes?
What are the ways by which hibernate can be accessed using spring?
What are "methods" and "fields"?
What is a variable declaration?
Is string passed by reference in java?
What are parsers? Dom vs sax parser.
How we can execute any code even before main method?
Which memory space does thread stack get allocated from?
What is the difference between RMI registry and OS Agent?
What is spring’s ioc container?