SyntaxFix
Write A Post
Hire A Developer
Questions
Answer to the second question : public variable defined in interface is static final by default while the public variable in abstract class is an instance variable.
public
interface
static final
abstract