In Java, there is a difference between java == and equals() method to compare primitives (int, float etc), strings and objects. This is a short article […]
Often, I here about an interview question being asked that is “What is composition and aggregation ?” Or “What is the difference between composition and aggregation […]
Deadlocks in Java is one of the tough categories in which interview questions are asked about multithreading, asked more at a senior level and with lots […]