Cracking Java Interview

A list of frequently asked Java questions

  • Overriding vs overloading

    Overriding happens at subclass while overloading happens in the same class. Also, overriding is a runtime activity while overloading is resolved at compile time.

  • Difference between Hashtable and Hashmap, ArrayList and Vector

    Synchronized or not.

  • Thread-safe and synchronization

Author

CitruXonve

Posted on

09/16/2019

Updated on

07/19/2023

Licensed under

Comments