In Java, all non-static methods are by default "virtual functions." Only methods marked with the keyword final are non-virtual.
True
False