What are Jax-RS, Jax-WS and Jax-B ?
Nowadays, different systems are inter-connected by using webservices. One system provides a webservice and one or more systems consume it […]
Nowadays, different systems are inter-connected by using webservices. One system provides a webservice and one or more systems consume it […]
Deadlocks in Java is one of the tough categories in which interview questions are asked about multithreading, asked more at
An Object relational mapping (ORM), as shown from the name, is used to map the objects to a relational database.
Reblogged If you haven’t read the Cup Size story, this one won’t make sense. Or it will make sense, but you’ll
This is one of the mostly asked question in job interviews or other professional gatherings. Most of the candidates are
java.lang.Object class defined like public native int hashCode(); // without any body Now, in spite of having two years of hands on