Java Core Interview Question
Java Core Interview Question
● Platform independent
● OOP, multithreading
● Robust
● Exception handling,
● Multithreaded
● Distributed
● Dynamic
// .equals() compares object values (true because both have the same content)
i) Extending Thread
ii) Implementing Runnable
● public, private, protected, and default. They define the visibility of classes,
methods, and variables.