-
What a Java programmer calls a __________ , a C/C++ programmer calls a function
A) ClassesB) MethodC) FunctionD) Object
-
An interface contains __ methods
A) Non-abstractB) ImplementedC) unimplemented
-
What are the two ways to create the thread?
A) by implementing RunnableB) by extending ThreadC) Both a and bD) None of the above
-
-